CManagedComponentWrapperClass.DeleteOutput(Int32) Metodo

Definizione

public:
 virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::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

Implementazioni

Attributi

Commenti

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

Si applica a