NumericPrecision Propiedad
Gets or sets the numeric precision of the data type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the numeric precision of the data type.
Vea también