Share via


ISql90DatabaseOptions.IsTrustworthyOn Property

Gets or sets a value that indicates whether the TRUSTWORTHY setting is enabled.

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

Syntax

'Declaration
Property IsTrustworthyOn As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90DatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace