Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Function EnumDependencies ( _
ci As Object, _
rd As DependencyRequest _
) As DependencyChainCollection
'Usage
Dim instance As IEnumDependencies
Dim ci As Object
Dim rd As DependencyRequest
Dim returnValue As DependencyChainCollection
returnValue = instance.EnumDependencies(ci, _
rd)
DependencyChainCollection EnumDependencies(
Object ci,
DependencyRequest rd
)
DependencyChainCollection^ EnumDependencies(
Object^ ci,
DependencyRequest^ rd
)
abstract EnumDependencies :
ci:Object *
rd:DependencyRequest -> DependencyChainCollection
function EnumDependencies(
ci : Object,
rd : DependencyRequest
) : DependencyChainCollection
Parameters
- ci
Type: System.Object
The connection object.
- rd
Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest
The request.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The dependency request for the given connection.