IDTSDesigntimeComponent100.SetOutputColumnProperty Method

Definition

Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(21)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputColumnProperty (int lOutputID, int lOutputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

Parameters

lOutputID
Int32

The ID of the IDTSOutput100 that contains the IDTSOutputColumn100 object.

lOutputColumnID
Int32

The ID of the IDTSOutputColumn100 object.

PropertyName
String

The name of the IDTSCustomProperty100.

vValue
Object

The value assigned to the IDTSCustomProperty100.

Returns

The IDTSCustomProperty100 object whose value is set for an IDTSOutputColumn100 object.

Attributes

Remarks

This method is called when the custom property of an IDTSOutputColumn100 column is edited.

Applies to