Freigeben über


IEdmDecimalTypeReference.Precision-Eigenschaft

Ruft die Genauigkeit dieses Typs ab.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property Precision As Nullable(Of Integer)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Nullable<Int32>
Die Genauigkeit dieses Typs.

Siehe auch

Verweis

IEdmDecimalTypeReference Schnittstelle

Microsoft.Data.Edm-Namespace