DatabaseAdapterBase.Trustworthy Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether database is set to Trustworthy.

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

Syntax

public bool Trustworthy { get; set; }
public:
property bool Trustworthy {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
abstract Trustworthy : bool with get, set
override Trustworthy : bool with get, set
Public Property Trustworthy As Boolean

Property Value

Type: System.Boolean

true if database is set to Trustworthy; otherwise, false.

See Also

DatabaseAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top