Partager via


Propriété IEdmDecimalTypeReference.Scale

Obtient l'échelle de ce type.

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
ReadOnly Property Scale As Nullable(Of Integer)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Nullable<Int32>
Échelle de ce type.

Voir aussi

Référence

IEdmDecimalTypeReference Interface

Espace de noms Microsoft.Data.Edm