IDTSManagedComponentWrapper100.WrapperDeleteOutput(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes an output from the wrapper.
public:
void WrapperDeleteOutput(int lOutputID);
public void WrapperDeleteOutput (int lOutputID);
abstract member WrapperDeleteOutput : int -> unit
Public Sub WrapperDeleteOutput (lOutputID As Integer)
Parameters
- lOutputID
- Int32
The identifier of the output to be deleted.