Compartir a través de


NumericPrecision Propiedad

Gets the numeric precision of the system data type.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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