Compartir a través de


SmallInt Propiedad

Gets the data type specification for the smallint 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 SmallInt As DataTypeSpec
    Get
'Uso
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

Valor de la propiedad

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