次の方法で共有


CManagedComponentWrapperClass.DeleteOutput(Int32) メソッド

定義

コンポーネントの IDTSOutput100 コレクションから IDTSOutputCollection100 オブジェクトを削除します。

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)

パラメーター

lOutputID
Int32

削除する IDTSOutput100 オブジェクトの ID です。

実装

属性

注釈

指定された IDTSOutput100 オブジェクトをコンポーネントの OutputCollection から削除するには、このメソッドを呼び出します。

適用対象