Partilhar via


Propriedade ISqlTypeSpecifier.Scale

Obtém ou define a escala.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISqlTypeSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel