Enumerator.EnumDependencies(Object, DependencyRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
enumerates dependencies for the specified objects as a generalize tree
public Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection EnumDependencies (object connectionInfo, Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest dependencyRequest);
member this.EnumDependencies : obj * Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest -> Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
Public Function EnumDependencies (connectionInfo As Object, dependencyRequest As DependencyRequest) As DependencyChainCollection
Parameters
- connectionInfo
- Object
server connection info
- dependencyRequest
- DependencyRequest
list of XPATHS for which the dependency must be discovered + aditional flags note each xpath can have multiple results
Returns
list of dependencies for each input record