SmallInt 属性

Gets the data type specification for the smallint data type.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Shared ReadOnly Property SmallInt As DataTypeSpec
    Get
用法
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

属性值

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