Propriété NumericScale
Gets the numeric scale of the data type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property NumericScale As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
The numeric scale of the data type.