CManagedComponentWrapperClass.DeleteOutput(Int32) Método

Definição

Exclui um objeto IDTSOutput100 da coleção IDTSOutputCollection100 do componente.

public:
 virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteOutput;
[System.Runtime.InteropServices.DispId(25)]
public virtual void DeleteOutput (int lOutputID);
[<System.Runtime.InteropServices.DispId(25)>]
abstract member DeleteOutput : int -> unit
override this.DeleteOutput : int -> unit
Public Overridable Sub DeleteOutput (lOutputID As Integer)

Parâmetros

lOutputID
Int32

A ID do objeto IDTSOutput100 a ser excluído.

Implementações

Atributos

Comentários

Chame esse método para excluir o objeto especificado IDTSOutput100 do OutputCollection componente.

Aplica-se a