SmallMoney 属性

Gets the data type specification for the smallmoney data type.

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

语法

声明
Public Shared ReadOnly Property SmallMoney As DataTypeSpec
    Get
用法
Dim value As DataTypeSpec

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

属性值

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