IDTSCustomPropertyCollection100.GetObjectByID(Int32) Method

Definition

Gets an IDTSCustomPropertyCollection100 object that has the specified 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

Parameters

lID
Int32

The ID of the custom property to retrieve from the collection.

Returns

The IDTSCustomProperty100 object having the specified ID value.

Attributes

Applies to