MainPipeClass.GetObjectByID(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100 ^ GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPipeline100::GetObjectByID;
[System.Runtime.InteropServices.DispId(14)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100 GetObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
override this.GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
Public Overridable Function GetObjectByID (lID As Integer) As IDTSObject100
パラメーター
- lID
- Int32
返品
取得対象の IDTSObject100 インターフェースです。
実装
- 属性
注釈
指定されたIDのオブジェクトが見つからない場合は、 DTS_E_OBJECTIDNOTFOUND 例外がスローされます。