IDTSDesigntimeComponent100.SetInputColumnProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputColumnProperty(int lInputID, int lInputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(20)]
public 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
Public 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 being set.
- PropertyName
- String
The name of the IDTSCustomProperty100 object.
- vValue
- Object
The value set in the IDTSCustomProperty100.
Returns
The set IDTSCustomProperty100 of an IDTSInputColumn100 object.
- Attributes
Remarks
This method is called when the custom property of an IDTSInputColumn100 column is edited.