Udostępnij przez


DependencyWalker.DiscoverDependencies Method (UrnCollection, DependencyType)

Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Function DiscoverDependencies ( _
    list As UrnCollection, _
    dependencyType As DependencyType _
) As DependencyTree
public DependencyTree DiscoverDependencies (
    UrnCollection list,
    DependencyType dependencyType
)
public:
DependencyTree^ DiscoverDependencies (
    UrnCollection^ list, 
    DependencyType dependencyType
)
public DependencyTree DiscoverDependencies (
    UrnCollection list, 
    DependencyType dependencyType
)
public function DiscoverDependencies (
    list : UrnCollection, 
    dependencyType : DependencyType
) : DependencyTree

Parameters

  • list
    An UrnCollection object value that specifies the SQL Server objects for which to discover the dependent relationships.
  • dependencyType
    A DependencyType object value that specifies the direction of the dependency discovery operation.

Return Value

A DependencyTree object that specifies the hierarchical SQL Server object tree.

Example

Scripting

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.