共用方式為


Decimal 屬性

Gets the data type specification for the decimal data type.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Public Shared ReadOnly Property Decimal As DataTypeSpec
    Get
'用途
Dim value As DataTypeSpec

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

屬性值

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