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.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputColumn100 ^ HostInsertOutputColumnAt(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnIndex, System::String ^ bstrName, System::String ^ bstrDescription);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputColumn100 HostInsertOutputColumnAt (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnIndex, string bstrName, string bstrDescription);
abstract member HostInsertOutputColumnAt : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSManagedComponentWrapper100 * int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputColumn100
Public Function HostInsertOutputColumnAt (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnIndex As Integer, bstrName As String, bstrDescription As String) As IDTSOutputColumn100
Parameters
- pWrapper
- IDTSManagedComponentWrapper100
- lOutputID
- Int32
- lOutputColumnIndex
- Int32
- bstrName
- String
- bstrDescription
- String
Returns
The inserted object at specified index.