IDTSMultiInputComponentHost100.HostGetDependencies 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the dependencies for the specified input component host.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub HostGetDependencies ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    blockedInputID As Integer, _
    ByRef pDependencyCount As Integer, _
    ByRef pDependentInputIDs As Integer() _
)
用法
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[]
)

参数

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

请参阅

参考

IDTSMultiInputComponentHost100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间