Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the precision of this 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 EdmDecimalTypeReference
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 type.
Implements
IEdmDecimalTypeReference.Precision