Compartilhar via


Método IDTSMultiInputComponentHost100.HostGetDependencies

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the dependencies for the specified input component host.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Sub HostGetDependencies ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    blockedInputID As Integer, _
    ByRef pDependencyCount As Integer, _
    ByRef pDependentInputIDs As Integer() _
)
'Uso
Dim instance As IDTSMultiInputComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim blockedInputID As Integer 
Dim pDependencyCount As Integer 
Dim pDependentInputIDs As Integer()

instance.HostGetDependencies(pWrapper, _
    blockedInputID, pDependencyCount, _
    pDependentInputIDs)
void HostGetDependencies(
    IDTSManagedComponentWrapper100 pWrapper,
    int blockedInputID,
    ref int pDependencyCount,
    ref int[] pDependentInputIDs
)
void HostGetDependencies(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] int blockedInputID, 
    int% pDependencyCount, 
    array<int>^% pDependentInputIDs
)
abstract HostGetDependencies : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        blockedInputID:int * 
        pDependencyCount:int byref * 
        pDependentInputIDs:int[] byref -> unit
function HostGetDependencies(
    pWrapper : IDTSManagedComponentWrapper100, 
    blockedInputID : int, 
    pDependencyCount : int, 
    pDependentInputIDs : int[]
)

Parâmetros

  • blockedInputID
    Tipo: System.Int32
    The blocked input identifier.
  • pDependencyCount
    Tipo: System.Int32%
    When this method returns, contains the number dependencies for the input component host. This parameter is passed uninitialized.
  • pDependentInputIDs
    Tipo: array<System.Int32[]%
    When this method returns, contains an array of dependency input identifiers. This parameter is passed uninitialized.

Consulte também

Referência

IDTSMultiInputComponentHost100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper