Udostępnij przez


Metoda IDTSManagedComponentWrapper100.WrapperSetOutputColumnProperty

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Function WrapperSetOutputColumnProperty ( _
    lOutputID As Integer, _
    lOutputColumnID As Integer, _
    PropertyName As String, _
    vValue As Object _
) As IDTSCustomProperty100
'Użycie
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

Parametry