Linguaggio

CManagedComponentWrapperClass.DeleteOutput(Int32) Metodo

Definizione

Elimina un IDTSOutput100 oggetto dalla IDTSOutputCollection100 collezione 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

L'ID dell'oggetto IDTSOutput100 da cancellare.

Implementazioni

Attributi

Commenti

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

Si applica a