Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the component host dependencies.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostGetDependencies ( _
wrapper As IDTSManagedComponentWrapper100, _
blockedInputID As Integer, _
ByRef dependencyCount As Integer, _
ByRef dependentInputIDs As Integer() _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim blockedInputID As Integer
Dim dependencyCount As Integer
Dim dependentInputIDs As Integer()
instance.HostGetDependencies(wrapper, _
blockedInputID, dependencyCount, _
dependentInputIDs)
public void HostGetDependencies(
IDTSManagedComponentWrapper100 wrapper,
int blockedInputID,
ref int dependencyCount,
ref int[] dependentInputIDs
)
public:
virtual void HostGetDependencies(
IDTSManagedComponentWrapper100^ wrapper,
int blockedInputID,
int% dependencyCount,
array<int>^% dependentInputIDs
) sealed
abstract HostGetDependencies :
wrapper:IDTSManagedComponentWrapper100 *
blockedInputID:int *
dependencyCount:int byref *
dependentInputIDs:int[] byref -> unit
override HostGetDependencies :
wrapper:IDTSManagedComponentWrapper100 *
blockedInputID:int *
dependencyCount:int byref *
dependentInputIDs:int[] byref -> unit
public final function HostGetDependencies(
wrapper : IDTSManagedComponentWrapper100,
blockedInputID : int,
dependencyCount : int,
dependentInputIDs : int[]
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- blockedInputID
Type: System.Int32
The blocked input identifier.
- dependencyCount
Type: System.Int32%
The dependency count.
- dependentInputIDs
Type: array<System.Int32[]%
The dependent input identifier.