Condividi tramite


Proprietà ISql90Table.IsVardecimalStorageFormatOn

Ottiene o imposta un valore che indica se l'archiviazione vardecimal è abilitata per la tabella.

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

Sintassi

'Dichiarazione
Property IsVardecimalStorageFormatOn As Boolean
    Get
    Set
bool IsVardecimalStorageFormatOn { get; set; }
property bool IsVardecimalStorageFormatOn {
    bool get ();
    void set (bool value);
}
abstract IsVardecimalStorageFormatOn : bool with get, set
function get IsVardecimalStorageFormatOn () : boolean
function set IsVardecimalStorageFormatOn (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Table Interfaccia

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