Compartir a través de


IDTSInputColumnCollection100.GetObjectByID(Int32) Método

Definición

Obtiene el objeto IDTSInputColumn100 con el identificador especificado.

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

Parámetros

lID
Int32

El identificador de IDTSInputColumn100 que se va a buscar.

Devoluciones

IDTSInputColumn100 que tiene el identificador especificado.

Atributos

Se aplica a