Compartir a través de


IDTSObjectModel100.GetObjectByID(Int32) Método

Definición

Recupera el objeto por el identificador contenido en una tarea de flujo de datos.

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

Parámetros

lID
Int32

Id. del objeto que se va a recuperar.

Devoluciones

El objeto IDTSObject100 con el identificador especificado.

Atributos

Se aplica a