CManagedComponentWrapperClass.DeleteOutput(Int32) 方法

定義

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)

參數

lOutputID
Int32

實作

屬性

備註

呼叫這個方法,從元件的中刪除指定的 IDTSOutput100 物件 OutputCollection

適用於