Condividi tramite


CManagedComponentWrapperClass.DeleteOutput(Int32) Metodo

Definizione

Elimina un oggetto IDTSOutput100 dalla raccolta IDTSOutputCollection100 del 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)

Parametri

lOutputID
Int32

ID dell'oggetto IDTSOutput100 da eliminare.

Implementazioni

Attributi

Commenti

Chiamare questo metodo per eliminare l'oggetto OutputCollection specificato IDTSOutput100 dal componente.

Si applica a