Compartilhar via


Propriedade NumericPrecision

Gets or sets the numeric precision of the data type.

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

Sintaxe

'Declaração
Public Property NumericPrecision As Integer
    Get
    Set
'Uso
Dim instance As DataType
Dim value As Integer

value = instance.NumericPrecision

instance.NumericPrecision = value
public int NumericPrecision { get; set; }
public:
property int NumericPrecision {
    int get ();
    void set (int value);
}
member NumericPrecision : int with get, set
function get NumericPrecision () : int
function set NumericPrecision (value : int)

Valor da propriedade

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