ISystemDataType.NumericScale Property
Gets the numeric scale of the data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property NumericScale As Integer
Get
'Usage
Dim instance As ISystemDataType
Dim value As Integer
value = instance.NumericScale
int NumericScale { get; }
property int NumericScale {
int get ();
}
abstract NumericScale : int
function get NumericScale () : int
Property Value
Type: System.Int32
The numeric scale of the data type.