此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Inserts an output column at the component host.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public Function HostInsertOutputColumnAt ( _
wrapper As IDTSManagedComponentWrapper100, _
lOutputID As Integer, _
lOutputColumnIndex As Integer, _
bstrName As String, _
bstrDescription As String _
) As IDTSOutputColumn100
用法
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
Dim lOutputColumnIndex As Integer
Dim bstrName As String
Dim bstrDescription As String
Dim returnValue As IDTSOutputColumn100
returnValue = instance.HostInsertOutputColumnAt(wrapper, _
lOutputID, lOutputColumnIndex, bstrName, _
bstrDescription)
public IDTSOutputColumn100 HostInsertOutputColumnAt(
IDTSManagedComponentWrapper100 wrapper,
int lOutputID,
int lOutputColumnIndex,
string bstrName,
string bstrDescription
)
public:
virtual IDTSOutputColumn100^ HostInsertOutputColumnAt(
IDTSManagedComponentWrapper100^ wrapper,
int lOutputID,
int lOutputColumnIndex,
String^ bstrName,
String^ bstrDescription
) sealed
abstract HostInsertOutputColumnAt :
wrapper:IDTSManagedComponentWrapper100 *
lOutputID:int *
lOutputColumnIndex:int *
bstrName:string *
bstrDescription:string -> IDTSOutputColumn100
override HostInsertOutputColumnAt :
wrapper:IDTSManagedComponentWrapper100 *
lOutputID:int *
lOutputColumnIndex:int *
bstrName:string *
bstrDescription:string -> IDTSOutputColumn100
public final function HostInsertOutputColumnAt(
wrapper : IDTSManagedComponentWrapper100,
lOutputID : int,
lOutputColumnIndex : int,
bstrName : String,
bstrDescription : String
) : IDTSOutputColumn100
参数
- wrapper
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- lOutputID
类型:System.Int32
The output identifier.
- lOutputColumnIndex
类型:System.Int32
The output column index.
- bstrName
类型:System.String
The name.
- bstrDescription
类型:System.String
The description.
返回值
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The inserted output column.