Condividi tramite


Proprietà ISql90DatabaseOptions.IsTrustworthyOn

Ottiene o imposta un valore che indica se l'impostazione TRUSTWORTHY è abilitata.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90DatabaseOptions Interfaccia

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