IEnumDependencies.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.
returns the dependencies for the given XPATHs and flags
public Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection EnumDependencies (object ci, Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest rd);
abstract member EnumDependencies : obj * Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest -> Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
Public Function EnumDependencies (ci As Object, rd As DependencyRequest) As DependencyChainCollection
Parameters
- ci
- Object