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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.