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