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
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.