Partager via


Méthode IDTSMultiInputComponentHost100.HostGetDependencies

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the dependencies for the specified input component host.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub HostGetDependencies ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    blockedInputID As Integer, _
    ByRef pDependencyCount As Integer, _
    ByRef pDependentInputIDs As Integer() _
)
'Utilisation
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[]
)

Paramètres

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

Voir aussi

Référence

IDTSMultiInputComponentHost100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper