Partager via


ISql90DatabaseOptions.IsTrustworthyOn, propriété

Obtient ou définit une valeur qui indique si le paramètre TRUSTWORTHY est activé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90DatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms