Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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