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 对象。

属性

适用于