Freigeben über


IEdmDecimalTypeReference.Scale-Eigenschaft

Ruft die Skalierung dieses Typs ab.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

IEdmDecimalTypeReference Schnittstelle

Microsoft.Data.Edm-Namespace