This topic has not yet been rated - Rate this topic

IDTSComponentMetaData100.CustomPropertyCollection Property

Gets the collection of custom properties exposed by a component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSCustomPropertyCollection100 CustomPropertyCollection { get; }

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The collection of custom properties exposed by a component.

The custom property collection contains the IDTSCustomProperty100 objects added to the collection by the component. Developers who are programmatically building or modifying data flow components should not set the values of these properties directly, but instead should call the SetComponentProperty method of the design-time instance of the component.

Did you find this helpful?
(1500 characters remaining)