CManagedComponentWrapperClass.SetInputColumnProperty Method

Definition

Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputColumnProperty(int lInputID, int lInputColumnID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetInputColumnProperty;
[System.Runtime.InteropServices.DispId(20)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputColumnProperty (int lInputID, int lInputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member SetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputColumnProperty (lInputID As Integer, lInputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

Parameters

lInputID
Int32

The ID of the IDTSInput100 that contains the IDTSInputColumn100.

lInputColumnID
Int32

The ID of the IDTSInputColumn100 whose IDTSCustomProperty100 is set.

PropertyName
String

The name of the IDTSCustomProperty100 object.

vValue
Object

The value assigned to the IDTSCustomProperty100.

Returns

The IDTSCustomProperty100 object whose property is set.

Implements

Attributes

Remarks

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

Applies to