Propriété SystemDataType.NumericScale
Gets the numeric scale of the system data type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property NumericScale As Integer
Get
'Utilisation
Dim instance As SystemDataType
Dim value As Integer
value = instance.NumericScale
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public int NumericScale { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property int NumericScale {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member NumericScale : int
function get NumericScale () : int
Valeur de propriété
Type : System.Int32
An Int32 value that specifies the numeric scale of the system data type.
Exemples
Utilisation des types de données
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo