Condividi tramite


Proprietà ISqlTypeSpecifier.Scale

Ottiene o imposta la scala.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlTypeSpecifier Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel