Propriété BigInt
Gets the data type specification for the bigint data type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property BigInt As DataTypeSpec
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the bigint data type specification.
Voir aussi