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 scale of this type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Scale As Nullable(Of Integer)
Get
'Usage
Dim instance As IEdmDecimalTypeReference
Dim value As Nullable(Of Integer)
value = instance.Scale
Nullable<int> Scale { get; }
property Nullable<int> Scale {
Nullable<int> get ();
}
abstract Scale : Nullable<int>
function get Scale () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
The scale of this type.