Trustworthy 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property Trustworthy As Boolean
    Get
    Set
用法
Dim instance As Database
Dim value As Boolean

value = instance.Trustworthy

instance.Trustworthy = value
[SfcPropertyAttribute]
public bool Trustworthy { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool Trustworthy {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract Trustworthy : bool with get, set
[<SfcPropertyAttribute>]
override Trustworthy : bool with get, set
final function get Trustworthy () : boolean
final function set Trustworthy (value : boolean)

属性值

类型:System. . :: . .Boolean
Boolean indicating if the trustworthy property is enabled.

实现

IDatabaseOptions. . :: . .Trustworthy

注释

Be default, this setting is OFF.