Partager via


Propriété EdmDecimalTypeReference.Scale

Obtient l'échelle de ce type.

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

Syntaxe

'Déclaration
Public ReadOnly Property Scale As Nullable(Of Integer)
    Get
'Utilisation
Dim instance As EdmDecimalTypeReference
Dim value As Nullable(Of Integer)

value = instance.Scale
public Nullable<int> Scale { get; }
public:
virtual property Nullable<int> Scale {
    Nullable<int> get () sealed;
}
abstract Scale : Nullable<int>
override Scale : Nullable<int>
final function get Scale () : Nullable<int>

Valeur de propriété

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

Implémente

IEdmDecimalTypeReference.Scale

Voir aussi

Référence

EdmDecimalTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library