Partager via


Propriété EdmDecimalTypeReference.Precision

Obtient la précision 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 Precision As Nullable(Of Integer)
    Get
'Utilisation
Dim instance As EdmDecimalTypeReference
Dim value As Nullable(Of Integer)

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

Valeur de propriété

Type : System.Nullable<Int32>
Précision de ce type.

Implémente

IEdmDecimalTypeReference.Precision

Voir aussi

Référence

EdmDecimalTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library