Condividi tramite


Proprietà EdmTemporalTypeReference.Precision

Ottiene la precisione del tipo temporale.

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

Sintassi

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

Valore proprietà

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

Implementa

IEdmTemporalTypeReference.Precision

Vedere anche

Riferimento

EdmTemporalTypeReference Classe

Spazio dei nomi Microsoft.Data.Edm.Library