IDatabaseSecurityFacet.Trustworthy Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a Boolean value that specifies if the database is trusted by the instance of SQL Server.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")]
[DisplayNameKeyAttribute("Database_TrustworthyName")]
bool Trustworthy { get; set; }
[DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")]
[DisplayNameKeyAttribute("Database_TrustworthyName")]
property bool Trustworthy {
    bool get();
    void set(bool value);
}
[<DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")>]
[<DisplayNameKeyAttribute("Database_TrustworthyName")>]
abstract Trustworthy : bool with get, set
<DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")>
<DisplayNameKeyAttribute("Database_TrustworthyName")>
Property Trustworthy As Boolean

Property Value

Type: System.Boolean

If True the database is trustworthy.

If False the database is not trustworthy.

See Also

IDatabaseSecurityFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top