Поделиться через


CManagedComponentWrapperClass.DeleteOutput(Int32) Метод

Определение

public:
 virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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 компонента .

Применяется к