CManagedComponentWrapperClass.SetOutputColumnProperty Method (Int32, Int32, String, Object)

 

Applies To: SQL Server 2016 Preview

Assigns a value to the IDTSCustomProperty100 of an IDTSOutputColumn100 object.

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

Syntax

[DispIdAttribute(21)]
public virtual IDTSCustomProperty100 SetOutputColumnProperty(
    int lOutputID,
    int lOutputColumnID,
    string PropertyName,
    object vValue
)
public:
[DispIdAttribute(21)]
virtual IDTSCustomProperty100^ SetOutputColumnProperty(
    int lOutputID,
    int lOutputColumnID,
    String^ PropertyName,
    Object^ vValue
)
[<DispIdAttribute(21)>]
abstract SetOutputColumnProperty : 
        lOutputID:int *
        lOutputColumnID:int *
        PropertyName:string *
        vValue:Object -> IDTSCustomProperty100
[<DispIdAttribute(21)>]
override SetOutputColumnProperty : 
        lOutputID:int *
        lOutputColumnID:int *
        PropertyName:string *
        vValue:Object -> IDTSCustomProperty100
<DispIdAttribute(21)>
Public Overridable Function SetOutputColumnProperty (
    lOutputID As Integer,
    lOutputColumnID As Integer,
    PropertyName As String,
    vValue As Object
) As IDTSCustomProperty100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100

The IDTSCustomProperty100 whose value is set.

Implements

IDTSDesigntimeComponent100.SetOutputColumnProperty(Int32, Int32, String, Object)

Remarks

Call this method to assign a value to the IDTSCustomProperty100 of an IDTSOutputColumn100 object.

See Also

CManagedComponentWrapperClass Class
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top