SqlDataTypeOption 列挙体
SQL のデータ型を指定します。 名前の大文字/小文字の設定は System.Data.SqlDbType によって決まります。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
<SerializableAttribute> _
Public Enumeration SqlDataTypeOption
'使用
Dim instance As SqlDataTypeOption
[SerializableAttribute]
public enum SqlDataTypeOption
[SerializableAttribute]
public enum class SqlDataTypeOption
[<SerializableAttribute>]
type SqlDataTypeOption
public enum SqlDataTypeOption
メンバー
メンバー名 | 説明 | |
---|---|---|
BigInt | 型は BigInt です。 | |
Binary | 型は Binary です。 | |
Bit | 型は Bit です。 | |
Char | 型は Char です。 | |
Cursor | 型は Cursor です。 | |
Date | 型は Date です。 | |
DateTime | 型は DateTime です。 | |
DateTime2 | 型は DateTime2 です。 | |
DateTimeOffset | 型は DateTimeOffset です。 | |
Decimal | 型は Decimal です。 | |
Float | 型は Float です。 | |
Image | 型は Image です。 | |
Int | 型は Int です。 | |
Money | 型は Money です。 | |
NChar | 型は NChar です。 | |
None | 型は None です。 | |
NText | 型は NText です。 | |
Numeric | 型は Numeric です。 | |
NVarChar | 型は NVarChar です。 | |
Real | 型は Real です。 | |
Rowversion | 行が更新されるたびに更新されるデータベース全体の一意の番号です。この型の指定された列を必要とする異なるセマンティクスを持つ Timestamp のシノニムです。 | |
SmallDateTime | 型は SmallDateTime です。 | |
SmallInt | 型は SmallInt です。 | |
SmallMoney | 型は SmallMoney です。 | |
Sql_Variant | 型は Sql_Variant です。 | |
Table | 型は Table です。 | |
Text | 型は Text です。 | |
Time | 型は Time です。 | |
Timestamp | 型は TimeStamp です。 | |
TinyInt | 型は TinyInt です。 | |
UniqueIdentifier | 型は UniqueIdentifier です。 | |
VarBinary | 型は VarBinary です。 | |
VarChar | 型は VarChar です。 |