IDTSOutputColumnCollection100.RemoveObjectByID(Int32) Método

Definición

public:
 void RemoveObjectByID(int lID);
[System.Runtime.InteropServices.DispId(17)]
public void RemoveObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member RemoveObjectByID : int -> unit
Public Sub RemoveObjectByID (lID As Integer)

Parámetros

lID
Int32
Atributos

Comentarios

Si un IDTSOutputColumn100 objeto con el ID especificado no existe, entonces se produce una excepción de DTS_E_ITEMNOTFOUNDINCOLLECTION .

Se aplica a