IEdmDecimalTypeReference.Scale 属性

获取此类型的刻度。

命名空间:  Microsoft.Data.Edm
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
ReadOnly Property Scale As Nullable(Of Integer)
    Get
用法
Dim instance As IEdmDecimalTypeReference
Dim value As Nullable(Of Integer)

value = instance.Scale
Nullable<int> Scale { get; }
property Nullable<int> Scale {
    Nullable<int> get ();
}
abstract Scale : Nullable<int>
function get Scale () : Nullable<int>

属性值

类型:System.Nullable<Int32>
此类型的刻度。

请参阅

参考

IEdmDecimalTypeReference 接口

Microsoft.Data.Edm 命名空间