IDTSDesigntimeComponent100.GetEnumerationCollection Method
Returns the IDTSFriendlyEnumCollection100 of a component.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- bstrEnumName
- Type: System.String
The name of the IDTSFriendlyEnumCollection100 to retrieve.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSFriendlyEnumCollection100The IDTSFriendlyEnumCollection100 of the component.
This method is called to retrieve the IDTSFriendlyEnumCollection100 for a component. The IDTSFriendlyEnumCollection100 and the IDTSFriendlyEnum100 are implemented and are used to provide friendly names for the values of an enumeration.