DependencyTreeNode.Siblings 속성

Gets or sets the siblings contained in a dependency tree node.

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

구문

‘선언
Protected Friend Property Siblings As DependencyChainCollection 
    Get 
    Set
‘사용 방법
Dim value As DependencyChainCollection 

value = Me.Siblings 

Me.Siblings = value
protected internal DependencyChainCollection Siblings { get; set; }
protected public:
property DependencyChainCollection^ Siblings {
    DependencyChainCollection^ get ();
    void set (DependencyChainCollection^ value);
}
member Siblings : DependencyChainCollection with get, set
function get Siblings () : DependencyChainCollection 
function set Siblings (value : DependencyChainCollection)

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The siblings contained in a dependency tree node.

참고 항목

참조

DependencyTreeNode 클래스

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