DependencyWalker.WalkDependencies 메서드

Creates a linear list of objects and their dependencies from a specified DependencyTree object.

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

구문

‘선언
Public Function WalkDependencies ( _
    tree As DependencyTree _
) As DependencyCollection
‘사용 방법
Dim instance As DependencyWalker 
Dim tree As DependencyTree 
Dim returnValue As DependencyCollection 

returnValue = instance.WalkDependencies(tree)
public DependencyCollection WalkDependencies(
    DependencyTree tree
)
public:
DependencyCollection^ WalkDependencies(
    DependencyTree^ tree
)
member WalkDependencies : 
        tree:DependencyTree -> DependencyCollection
public function WalkDependencies(
    tree : DependencyTree
) : DependencyCollection

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.DependencyCollection
A DependencyCollection object that specifies a linear list of SQL Server objects and their dependencies.

스크립팅

참고 항목

참조

DependencyWalker 클래스

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