Enumerator.EnumDependencies Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function EnumDependencies ( _
connectionInfo As Object, _
dependencyRequest As DependencyRequest _
) As DependencyChainCollection
'Usage
Dim instance As Enumerator
Dim connectionInfo As Object
Dim dependencyRequest As DependencyRequest
Dim returnValue As DependencyChainCollection
returnValue = instance.EnumDependencies(connectionInfo, _
dependencyRequest)
public DependencyChainCollection EnumDependencies(
Object connectionInfo,
DependencyRequest dependencyRequest
)
public:
DependencyChainCollection^ EnumDependencies(
Object^ connectionInfo,
DependencyRequest^ dependencyRequest
)
member EnumDependencies :
connectionInfo:Object *
dependencyRequest:DependencyRequest -> DependencyChainCollection
public function EnumDependencies(
connectionInfo : Object,
dependencyRequest : DependencyRequest
) : DependencyChainCollection
Parameters
- connectionInfo
Type: System.Object
A connection Object.
- dependencyRequest
Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest
A DependencyRequest object.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
A list of dependencies for each input record.