IDTSManagedComponentWrapper100.WrapperDeleteOutputColumn(Int32, 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 column for the wrapper.
public:
void WrapperDeleteOutputColumn(int lOutputID, int lOutputColumnID);
public void WrapperDeleteOutputColumn (int lOutputID, int lOutputColumnID);
abstract member WrapperDeleteOutputColumn : int * int -> unit
Public Sub WrapperDeleteOutputColumn (lOutputID As Integer, lOutputColumnID As Integer)
Parameters
- lOutputID
- Int32
The identifier.
- lOutputColumnID
- Int32
The output column identifier.