此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents an event when the host deletes the input column.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Sub HostOnDeletingInputColumn ( _
pWrapper As IDTSManagedComponentWrapper100, _
lInputID As Integer, _
lInputColumnID As Integer _
)
'用途
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lInputID As Integer
Dim lInputColumnID As Integer
instance.HostOnDeletingInputColumn(pWrapper, _
lInputID, lInputColumnID)
void HostOnDeletingInputColumn(
IDTSManagedComponentWrapper100 pWrapper,
int lInputID,
int lInputColumnID
)
void HostOnDeletingInputColumn(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lInputID,
[InAttribute] int lInputColumnID
)
abstract HostOnDeletingInputColumn :
pWrapper:IDTSManagedComponentWrapper100 *
lInputID:int *
lInputColumnID:int -> unit
function HostOnDeletingInputColumn(
pWrapper : IDTSManagedComponentWrapper100,
lInputID : int,
lInputColumnID : int
)
參數
- pWrapper
型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lInputID
型別:System.Int32
The input identifier.
- lInputColumnID
型別:System.Int32
The input column identifier.