Compartir a través de


ISqlTypeSpecifier.Scale (Propiedad)

Obtiene o establece la escala.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property Scale As Integer
    Get
    Set
int Scale { get; set; }
property int Scale {
    int get ();
    void set (int value);
}
abstract Scale : int with get, set
function get Scale () : int
function set Scale (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISqlTypeSpecifier Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)