CrossDBOwnershipChainingEnabled プロパティ
CrossDBOwnershipChainingEnabled プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")> _
<DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")> _
Property CrossDBOwnershipChainingEnabled As Boolean
Get
Set
'使用
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.CrossDBOwnershipChainingEnabled
instance.CrossDBOwnershipChainingEnabled = value
[DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")]
[DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")]
bool CrossDBOwnershipChainingEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"CrossDBOwnershipChainingEnabledDesc")]
[DisplayNameKeyAttribute(L"CrossDBOwnershipChainingEnabledName")]
property bool CrossDBOwnershipChainingEnabled {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")>]
[<DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")>]
abstract CrossDBOwnershipChainingEnabled : bool with get, set
function get CrossDBOwnershipChainingEnabled () : boolean
function set CrossDBOwnershipChainingEnabled (value : boolean)