IDTSMultiInputComponent100.GetDependencies 方法

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

Gets the dependencies for the specified input component.

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

语法

声明
Sub GetDependencies ( _
    blockedInputID As Integer, _
    ByRef pDependencyCount As Integer, _
    ByRef pDependentInputIDs As Integer _
)
用法
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
)

参数

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

请参阅

参考

IDTSMultiInputComponent100 接口

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