다음을 통해 공유


DependencyTree.Roots 속성

Gets or sets the collection of root nodes.

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

구문

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

value = Me.Roots 

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

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The collection of root nodes.

참고 항목

참조

DependencyTree 클래스

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