SqlCeParameter.SqlDbType プロパティ
アセンブリ: System.Data.SqlServerCe (system.data.sqlserverce.dll 内)

Dim instance As SqlCeParameter Dim value As SqlDbType value = instance.SqlDbType instance.SqlDbType = value
/** @property */ public SqlDbType get_SqlDbType () /** @property */ public void set_SqlDbType (SqlDbType value)
SqlDbType 値の 1 つ。既定値は NVarChar です。

SqlDbType と DbType はリンクしています。したがって、DbType を設定すると、SqlDbType が、サポートされる SqlDbType に変更されます。
SQL Server Mobile.NET Provider では、次の SqlDbType がサポートされます。
-
SqlDbType.TinyInt
-
SqlDbType.SmallInt
-
SqlDbType.Int
-
SqlDbType.BigInt
-
SqlDbType.Real
-
SqlDbType.Float
-
SqlDbType.Money
-
SqlDbType.Bit
-
SqlDbType.Binary
-
SqlDbType.VarBinary
-
SqlDbType.UniqueIdentifier
-
SqlDbType.Image
-
SqlDbType.NText
-
SqlDbType.NChar
-
SqlDbType.NVarChar
-
SqlDbType.Decimal
-
SqlDbType.DateTime



Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSqlCeParameter.SqlDbType プロパティを検索する場合は、下記のリンクをクリックしてください。

- SqlCeParameter.SqlDbType プロパティのページへのリンク