Méthode IDTSManagedComponentHost100.HostInsertOutputColumnAt
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Inserts host output column at specified index.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function HostInsertOutputColumnAt ( _
pWrapper As IDTSManagedComponentWrapper100, _
lOutputID As Integer, _
lOutputColumnIndex As Integer, _
bstrName As String, _
bstrDescription As String _
) As IDTSOutputColumn100
'Utilisation
Dim instance As IDTSManagedComponentHost100
Dim pWrapper 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(pWrapper, _
lOutputID, lOutputColumnIndex, bstrName, _
bstrDescription)
IDTSOutputColumn100 HostInsertOutputColumnAt(
IDTSManagedComponentWrapper100 pWrapper,
int lOutputID,
int lOutputColumnIndex,
string bstrName,
string bstrDescription
)
IDTSOutputColumn100^ HostInsertOutputColumnAt(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnIndex,
[InAttribute] String^ bstrName,
[InAttribute] String^ bstrDescription
)
abstract HostInsertOutputColumnAt :
pWrapper:IDTSManagedComponentWrapper100 *
lOutputID:int *
lOutputColumnIndex:int *
bstrName:string *
bstrDescription:string -> IDTSOutputColumn100
function HostInsertOutputColumnAt(
pWrapper : IDTSManagedComponentWrapper100,
lOutputID : int,
lOutputColumnIndex : int,
bstrName : String,
bstrDescription : String
) : IDTSOutputColumn100
Paramètres
- pWrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lOutputID
Type : System.Int32
The output identifier.
- lOutputColumnIndex
Type : System.Int32
The output column index.
- bstrName
Type : System.String
The name of the object.
- bstrDescription
Type : System.String
The description of the object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The inserted object at specified index.