Partager via


Propriété SmallInt

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

Valeur de propriété

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