Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.