Compartilhar via


Método IDTSManagedComponentWrapper100.WrapperSetOutputColumnProperty

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Sets the output column property of the wrapper.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Function WrapperSetOutputColumnProperty ( _
    lOutputID As Integer, _
    lOutputColumnID As Integer, _
    PropertyName As String, _
    vValue As Object _
) As IDTSCustomProperty100
'Uso
Dim instance As IDTSManagedComponentWrapper100 
Dim lOutputID As Integer 
Dim lOutputColumnID As Integer 
Dim PropertyName As String 
Dim vValue As Object 
Dim returnValue As IDTSCustomProperty100 

returnValue = instance.WrapperSetOutputColumnProperty(lOutputID, _
    lOutputColumnID, PropertyName, vValue)
IDTSCustomProperty100 WrapperSetOutputColumnProperty(
    int lOutputID,
    int lOutputColumnID,
    string PropertyName,
    Object vValue
)
IDTSCustomProperty100^ WrapperSetOutputColumnProperty(
    [InAttribute] int lOutputID, 
    [InAttribute] int lOutputColumnID, 
    [InAttribute] String^ PropertyName, 
    [InAttribute] Object^ vValue
)
abstract WrapperSetOutputColumnProperty : 
        lOutputID:int * 
        lOutputColumnID:int * 
        PropertyName:string * 
        vValue:Object -> IDTSCustomProperty100
function WrapperSetOutputColumnProperty(
    lOutputID : int, 
    lOutputColumnID : int, 
    PropertyName : String, 
    vValue : Object
) : IDTSCustomProperty100

Parâmetros

  • lOutputColumnID
    Tipo: System.Int32
    The output column identifier.

Valor de retorno

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The output column property of the wrapper.

Consulte também

Referência

IDTSManagedComponentWrapper100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper