ISystemDataType.NumericScale Property

 

Applies To: SQL Server 2016 Preview

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

int NumericScale { get; }
property int NumericScale {
    int get();
}
abstract NumericScale : int with get
ReadOnly Property NumericScale As Integer

Property Value

Type: System.Int32

The numeric scale of the data type.

See Also

ISystemDataType Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top