Compartir a través de


IDTSPathCollection100.FindObjectByID(Int32) Método

Definición

Busca el objeto solicitado en una colección por su identificador.

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

Parámetros

lID
Int32

Identificador del objeto que se va a buscar.

Devoluciones

IDTSPath100 que representa el objeto.

Atributos

Se aplica a