Trustworthy プロパティ
TRUSTWORTHY データベース プロパティを使用して、SQL Server インスタンスがデータベースとその内容を信頼するかどうかを示します。
名前空間: 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
TRUSTWORTHY プロパティを示す Boolean 値。
説明
既定では、この設定は OFF です。