IEdmDecimalTypeReference.Precision 屬性
取得此型別的精確度。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
ReadOnly Property Precision As Nullable(Of Integer)
Get
'用途
Dim instance As IEdmDecimalTypeReference
Dim value As Nullable(Of Integer)
value = instance.Precision
Nullable<int> Precision { get; }
property Nullable<int> Precision {
Nullable<int> get ();
}
abstract Precision : Nullable<int>
function get Precision () : Nullable<int>
屬性值
型別:System.Nullable<Int32>
此型別的精確度。