Partager via


Propriété EdmTemporalTypeReference.Precision

Obtient la précision de ce type temporel.

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 EdmTemporalTypeReference
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 temporel.

Implémente

IEdmTemporalTypeReference.Precision

Voir aussi

Référence

EdmTemporalTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library