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>
此型別的小數位數。