BigInt Propiedad
Gets the data type specification for the bigint data type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property BigInt As DataTypeSpec
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the bigint data type specification.
Vea también