Propriété NumericPrecision
Gets the numeric precision 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 NumericPrecision As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
The numeric precision of the data type.