CManagedComponentWrapperClass.SetComponentProperty Method
Assigns a value to a IDTSCustomProperty100 of the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
public virtual IDTSCustomProperty100 SetComponentProperty( string PropertyName, Object vValue )
Parameters
- PropertyName
- Type: System.String
The name of the IDTSCustomProperty100 whose value is set.
- vValue
- Type: System.Object
The object assigned to the Value property of the IDTSCustomProperty100 object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100The IDTSCustomProperty100 object whose property is set.
Implements
IDTSDesigntimeComponent100.SetComponentProperty(String, Object)Call this method to assign a value to an IDTSCustomProperty100 of the component.