ManagedComponentHost.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 an output column at the component host.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputColumn100 ^ HostInsertOutputColumnAt(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int lOutputID, int lOutputColumnIndex, System::String ^ bstrName, System::String ^ bstrDescription);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100 HostInsertOutputColumnAt (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, 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
override this.HostInsertOutputColumnAt : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
Public Function HostInsertOutputColumnAt (wrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnIndex As Integer, bstrName As String, bstrDescription As String) As IDTSOutputColumn100
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The component wrapper.
- lOutputID
- Int32
The output identifier.
- lOutputColumnIndex
- Int32
The output column index.
- bstrName
- String
The name.
- bstrDescription
- String
The description.
Returns
The inserted output column.