Condividi tramite


Proprietà IEdmTemporalTypeReference.Precision

Ottiene la precisione del tipo temporale.

Spazio dei nomi  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
ReadOnly Property Precision As Nullable(Of Integer)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Nullable<Int32>
Precisione del tipo temporale.

Vedere anche

Riferimento

IEdmTemporalTypeReference Interfaccia

Spazio dei nomi Microsoft.Data.Edm