次の方法で共有


IDTSCustomPropertyCollection100.GetObjectByID(Int32) メソッド

定義

指定した ID を持つ IDTSCustomPropertyCollection100 オブジェクトを取得します。

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

パラメーター

lID
Int32

コレクションから取得するカスタム プロパティの ID です。

戻り値

指定した ID 値を持つ IDTSCustomProperty100 オブジェクトです。

属性

適用対象