Поделиться через


Метод 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.