SqlDataTypeOption 列挙体

Sql データ型のオプションを指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Enumeration SqlDataTypeOption
'使用
Dim instance As SqlDataTypeOption
[SerializableAttribute]
public enum SqlDataTypeOption
[SerializableAttribute]
public enum class SqlDataTypeOption
public enum SqlDataTypeOption

メンバ

メンバ名 説明
None 型は None です。
BigInt 型は BigInt です。
Int 型は Int です。
SmallInt 型は SmallInt です。
TinyInt 型は TinyInt です。
Bit 型は Bit です。
Decimal 型は Decimal です。
Numeric 型は Numeric です。
Money 型は Money です。
SmallMoney 型は SmallMoney です。
Float 型は Float です。
Real 型は Real です。
DateTime 型は DateTime です。
SmallDateTime 型は SmallDateTime です。
Char 型は Char です。
VarChar 型は VarChar です。
Text 型は Text です。
NChar 型は NChar です。
NVarChar 型は NVarChar です。
NText 型は NText です。
Binary 型は Binary です。
VarBinary 型は VarBinary です。
Image 型は Image です。
Cursor 型は Cursor です。
Sql_Variant 型は Sql_Variant です。
Table 型は Table です。
Timestamp 型は Timestamp です。
UniqueIdentifier 型は UniqueIdentifier です。
Date 型は Date です。
Time 型は Time です。
DateTime2 型は DateTime2 です。
DateTimeOffset 型は DateTimeOffset です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間