Compartir a través de


IDTSPathCollection100.GetObjectByID(Int32) Método

Definición

Obtiene el objeto IDTSPathCollection100 que tiene el identificador especificado.

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

Parámetros

lID
Int32

El identificador de IDTSPath100 que se va a recuperar de la colección.

Devoluciones

Devuelve el IDTSPath100 que tiene el identificador especificado.

Atributos

Se aplica a