IDTSComponentMetaDataCollection100.GetObjectByID(Int32) Method

Definition

Retrieves an IDTSComponentMetaData100 object from an IDTSComponentMetaDataCollection100 collection.

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

Parameters

lID
Int32

The ID of the IDTSComponentMetaData100 to retrieve from the collection.

Returns

The IDTSComponentMetaData100 object from the collection that has the specified ID.

Attributes

Applies to