IDTSInputCollection100.GetObjectByID(Int32) メソッド

定義

IDTSInput100 コレクションから IDTSInputCollection100 オブジェクトを取得します。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function GetObjectByID (lID As Integer) As IDTSInput100

パラメーター

lID
Int32

IDTSInput100 コレクションから取得する IDTSInputCollection100 の ID です。

戻り値

InputID パラメーターで指定した ID を持つ IDTSInput100 オブジェクトです。

属性

注釈

GetObjectByID メソッドは、InputID パラメーターに一致する ID を持つ入力オブジェクトを取得します。 この ID を持つ入力が存在しない場合、Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND 例外が発生します。

適用対象