Partilhar via


Propriedade ISql90DatabaseOptions.IsTrustworthyOn

Obtém ou define um valor que indica se a configuração confiável está ativada.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90DatabaseOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel