Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the precision of this temporal type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Precision As Nullable(Of Integer)
Get
'Usage
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>
Property Value
Type: System.Nullable<Int32>
The precision of this temporal type.
Implements
IEdmTemporalTypeReference.Precision