BigInt プロパティ

データ型で使用する BigInt 定義を示すデータ型を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared ReadOnly Property BigInt As DataType
    Get
'使用
Dim value As DataType

value = DataType.BigInt
public static DataType BigInt { get; }
public:
static property DataType^ BigInt {
    DataType^ get ();
}
static member BigInt : DataType
static function get BigInt () : DataType

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
データ型の BigInt 定義を示す DataType オブジェクト値です。

説明

BigInt は、8 バイトで格納される整数です。最大値は 9,223,372,036,854,775,807 です。最小値は -9,223,372,036,854,775,808 です。