CManagedComponentWrapperClass.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.
Assigns a value to the IDTSCustomProperty100 of an IDTSOutputColumn100 object.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetOutputColumnProperty;
[System.Runtime.InteropServices.DispId(21)]
public virtual 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
override this.SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parameters
- lOutputID
- Int32
The ID of the IDTSOutput100 object that contains the column.
- lOutputColumnID
- Int32
The ID of the IDTSOutputColumn100 whose property is set.
- PropertyName
- String
The name of the IDTSCustomProperty100 whose value is set.
- vValue
- Object
The value assigned to the IDTSCustomProperty100.
Returns
The IDTSCustomProperty100 whose value is set.
Implements
- Attributes
Remarks
Call this method to assign a value to the IDTSCustomProperty100 of an IDTSOutputColumn100 object.