IDTSInputCollection100.FindObjectByID(Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Busca el objeto solicitado en una colección por su identificador.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ FindObjectByID(int lID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 FindObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member FindObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function FindObjectByID (lID As Integer) As IDTSInput100
Parámetros
- lID
- Int32
Identificador del objeto que se va a buscar.
Devoluciones
IDTSInput100 que representa el objeto.
- Atributos