IDTSComponentMetaDataCollection100.FindObjectByID(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Locates a requested object in the collection by its ID.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ FindObjectByID(int lID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 FindObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member FindObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
Public Function FindObjectByID (lID As Integer) As IDTSComponentMetaData100
Parameters
- lID
- Int32
The ID of the object.
Returns
An IDTSComponentMetaData100 that represents the object.
- Attributes