Metodo WalkDependencies
Creates a linear list of objects and their dependencies from a specified DependencyTree object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function WalkDependencies ( _
tree As DependencyTree _
) As DependencyCollection
'Utilizzo
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
Parametri
- tree
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DependencyTree
A DependencyTree object that specifies the hierarchical object tree.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DependencyCollection
A DependencyCollection object that specifies a linear list of SQL Server objects and their dependencies.