Partager via


Propriété IEdmTemporalTypeReference.Precision

Obtient la précision de ce type temporel.

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

Syntaxe

'Déclaration
ReadOnly Property Precision As Nullable(Of Integer)
    Get
'Utilisation
Dim instance As IEdmTemporalTypeReference
Dim value As Nullable(Of Integer)

value = instance.Precision
Nullable<int> Precision { get; }
property Nullable<int> Precision {
    Nullable<int> get ();
}
abstract Precision : Nullable<int>
function get Precision () : Nullable<int>

Valeur de propriété

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

Voir aussi

Référence

IEdmTemporalTypeReference Interface

Espace de noms Microsoft.Data.Edm