Compartir a través de


IDTSComponentMetaDataCollection100.FindObjectByID(Int32) Método

Definición

Ubica un objeto solicitado en la colección por su identificador.

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

Parámetros

lID
Int32

Id. del objeto.

Devoluciones

IDTSComponentMetaData100 que representa el objeto.

Atributos

Se aplica a