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 type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Precision As Nullable(Of Integer)
Get
'Usage
Dim instance As IEdmDecimalTypeReference
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>
Property Value
Type: System.Nullable<Int32>
The precision of this type.