Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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