この型の小数点以下桁数を取得します。
名前空間: 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>
この型の小数点以下桁数。