Partager via


NumericPrecision propriété

Gets the numeric precision of the alias data type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property NumericPrecision As Integer
    Get
'Utilisation
Dim instance As UserDefinedType
Dim value As Integer

value = instance.NumericPrecision
[SfcPropertyAttribute]
public int NumericPrecision { get; }
[SfcPropertyAttribute]
public:
property int NumericPrecision {
    int get ();
}
[<SfcPropertyAttribute>]
member NumericPrecision : int
function get NumericPrecision () : int

Valeur de la propriété

Type : System. . :: . .Int32
An Int32 value that specifies the numeric precision of the alias data type.