IDTSCustomPropertyCollection100.GetObjectByID(Int32) 方法

定义

获得 IDTSCustomPropertyCollection100 一个具有指定ID的对象。

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。

返回

对象的值是IDTSCustomProperty100ID指定的。

属性

适用于