Propriété NumericScale
Gets a DataTypeArgSpec object that represents a numeric scale argument.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property NumericScale As DataTypeArgSpec
Get
'Utilisation
Dim value As DataTypeArgSpec
value = DataTypeArgSpec.NumericScale
public static DataTypeArgSpec NumericScale { get; }
public:
static property DataTypeArgSpec^ NumericScale {
DataTypeArgSpec^ get ();
}
static member NumericScale : DataTypeArgSpec
static function get NumericScale () : DataTypeArgSpec
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeArgSpec
A DataTypeArgSpec object that represents a numeric scale argument.
Voir aussi