ISystemDataType.NumericPrecision Property
Gets the numeric precision 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 NumericPrecision As Integer
Get
'Usage
Dim instance As ISystemDataType
Dim value As Integer
value = instance.NumericPrecision
int NumericPrecision { get; }
property int NumericPrecision {
int get ();
}
abstract NumericPrecision : int
function get NumericPrecision () : int
Property Value
Type: System.Int32
The numeric precision of the data type.