Condividi tramite


Proprietà ISql90DatabaseOptions.IsVardecimalStorageFormatOn

Ottiene o imposta un valore che indica se il supporto del formato di archiviazione Vardecimal è abilitato.

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

ISql90DatabaseOptions Interfaccia

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