Partilhar via


Propriedade NumericPrecision

Gets the numeric precision of the system data type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property NumericPrecision As Integer
    Get
'Uso
Dim instance As SystemDataType
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

Valor da propriedade

Tipo: System. . :: . .Int32
An Int32 value that specifies the numeric precision of the system data type.