Metodo IDTSManagedComponentHost100.HostDeleteOutputColumn
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Deletes host output column.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub HostDeleteOutputColumn ( _
pWrapper As IDTSManagedComponentWrapper100, _
lOutputID As Integer, _
lOutputColumnID As Integer _
)
'Utilizzo
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
Dim lOutputColumnID As Integer
instance.HostDeleteOutputColumn(pWrapper, _
lOutputID, lOutputColumnID)
void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100 pWrapper,
int lOutputID,
int lOutputColumnID
)
void HostDeleteOutputColumn(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID
)
abstract HostDeleteOutputColumn :
pWrapper:IDTSManagedComponentWrapper100 *
lOutputID:int *
lOutputColumnID:int -> unit
function HostDeleteOutputColumn(
pWrapper : IDTSManagedComponentWrapper100,
lOutputID : int,
lOutputColumnID : int
)
Parametri
- pWrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lOutputID
Tipo: System.Int32
The output identifier.
- lOutputColumnID
Tipo: System.Int32
The output column identifier.