DatabaseOptions.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 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Trustworthy As Boolean 
    Get 
    Set
用法
Dim instance As DatabaseOptions 
Dim value As Boolean 

value = instance.Trustworthy

instance.Trustworthy = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool Trustworthy { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool Trustworthy {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member 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

请参阅

参考

DatabaseOptions 类

Microsoft.SqlServer.Management.Smo 命名空间