Condividi tramite


Proprietà SmallInt

Gets the data type specification for the smallint data type.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property SmallInt As DataTypeSpec
    Get
'Utilizzo
Dim value As DataTypeSpec

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the smallint data type specification.