IDTSDesigntimeComponent100.SetComponentProperty Method
Assigns a value to an IDTSCustomProperty100 of a component.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
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 stored in the Value property of the IDTSCustomProperty100 object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100The IDTSCustomProperty100 object whose property is set.