DataTypeSpec.BigInt Property
Gets the data type specification for the bigint data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Shared ReadOnly Property BigInt As DataTypeSpec
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.DataTypeSpec
The DataTypeSpec object that contains the bigint data type specification.