此 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.