Compartir a través de


IEdmTemporalTypeReference.Precision Propiedad

Obtiene la precisión de este tipo temporal.

Espacio de nombres:  Microsoft.Data.Edm
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
ReadOnly Property Precision As Nullable(Of Integer)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Nullable<Int32>
La precisión de este tipo temporal.

Vea también

Referencia

IEdmTemporalTypeReference Interfaz

Espacio de nombres Microsoft.Data.Edm