DatabaseOptions.DatabaseOwnershipChaining 속성

Gets or sets a Boolean property value that specifies whether the database ownership chaining is active.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DatabaseOwnershipChaining As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseOptions 
Dim value As Boolean 

value = instance.DatabaseOwnershipChaining

instance.DatabaseOwnershipChaining = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool DatabaseOwnershipChaining { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool DatabaseOwnershipChaining {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DatabaseOwnershipChaining : bool with get, set
function get DatabaseOwnershipChaining () : boolean 
function set DatabaseOwnershipChaining (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that specifies whether the database ownership chaining is active.If True, database ownership chaining is active. Otherwise, False (default).

속성 설정

참고 항목

참조

DatabaseOptions 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 옵션