BigInt 속성
Gets the data type specification for the bigint data type.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Shared ReadOnly Property BigInt As DataTypeSpec
Get
‘사용 방법
Dim value As DataTypeSpec
value = DataTypeSpec.BigInt
public static DataTypeSpec BigInt { get; }
public:
static property DataTypeSpec^ BigInt {
DataTypeSpec^ get ();
}
static member BigInt : DataTypeSpec
static function get BigInt () : DataTypeSpec
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the bigint data type specification.