Compartir a través de


IDTSMultiInputComponent100.GetDependencies Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the dependencies for the specified input component.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub GetDependencies ( _
    blockedInputID As Integer, _
    ByRef pDependencyCount As Integer, _
    ByRef pDependentInputIDs As Integer _
)
'Uso
Dim instance As IDTSMultiInputComponent100 
Dim blockedInputID As Integer 
Dim pDependencyCount As Integer 
Dim pDependentInputIDs As Integer

instance.GetDependencies(blockedInputID, _
    pDependencyCount, pDependentInputIDs)
void GetDependencies(
    int blockedInputID,
    ref int pDependencyCount,
    ref int pDependentInputIDs
)
void GetDependencies(
    [InAttribute] int blockedInputID, 
    int% pDependencyCount, 
    int% pDependentInputIDs
)
abstract GetDependencies : 
        blockedInputID:int * 
        pDependencyCount:int byref * 
        pDependentInputIDs:int byref -> unit
function GetDependencies(
    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. This parameter is passed uninitialized.
  • pDependentInputIDs
    Tipo: System.Int32%
    When this method returns, contains the dependency input identifier. This parameter is passed uninitialized.

Vea también

Referencia

IDTSMultiInputComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper