IDTSDesigntimeComponent100.SetOutputColumnProperty 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.
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.