IDTSMultiInputComponent100.GetDependencies メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定した入力コンポーネントの依存関係を取得します。

名前空間:  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
    ブロックされた入力 ID です。
  • pDependencyCount
    型: System.Int32%
    このメソッドが戻るとき、入力コンポーネントの数値依存関係が含まれています。 このパラメーターは初期化せずに渡されます。
  • pDependentInputIDs
    型: System.Int32%
    このメソッドが戻るとき、依存関係入力識別子が含まれています。 このパラメーターは初期化せずに渡されます。

関連項目

参照

IDTSMultiInputComponent100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間