IDTSManagedComponentHost100.HostInsertOutputColumnAt 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.
Inserts host output column at specified index.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputColumn100 ^ HostInsertOutputColumnAt(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnIndex, System::String ^ bstrName, System::String ^ bstrDescription);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100 HostInsertOutputColumnAt (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnIndex, string bstrName, string bstrDescription);
abstract member HostInsertOutputColumnAt : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
Public Function HostInsertOutputColumnAt (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnIndex As Integer, bstrName As String, bstrDescription As String) As IDTSOutputColumn100
Parameters
- pWrapper
- IDTSManagedComponentWrapper100
The wrapper used.
- lOutputID
- Int32
The output identifier.
- lOutputColumnIndex
- Int32
The output column index.
- bstrName
- String
The name of the object.
- bstrDescription
- String
The description of the object.
Returns
The inserted object at specified index.