다음을 통해 공유


Trustworthy 속성

The TRUSTWORTHY database property is used to indicate whether the instance of SQL Server trusts the database and the contents within it.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")> _
<DisplayNameKeyAttribute("Database_TrustworthyName")> _
Property Trustworthy As Boolean
    Get
    Set
‘사용 방법
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.Trustworthy

instance.Trustworthy = value
[DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")]
[DisplayNameKeyAttribute("Database_TrustworthyName")]
bool Trustworthy { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_TrustworthyDesc")]
[DisplayNameKeyAttribute(L"Database_TrustworthyName")]
property bool Trustworthy {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")>]
[<DisplayNameKeyAttribute("Database_TrustworthyName")>]
abstract Trustworthy : bool with get, set
function get Trustworthy () : boolean
function set Trustworthy (value : boolean)

속성 값

유형: System. . :: . .Boolean
A Boolean value specifying the Trustworthy property.

주의

By default, this setting is OFF