IDTSDesigntimeComponent100.GetEnumerationCollection(String) 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.
Returns the IDTSFriendlyEnumCollection100 of a component.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSFriendlyEnumCollection100 ^ GetEnumerationCollection(System::String ^ bstrEnumName);
[System.Runtime.InteropServices.DispId(36)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSFriendlyEnumCollection100 GetEnumerationCollection (string bstrEnumName);
[<System.Runtime.InteropServices.DispId(36)>]
abstract member GetEnumerationCollection : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSFriendlyEnumCollection100
Public Function GetEnumerationCollection (bstrEnumName As String) As IDTSFriendlyEnumCollection100
Parameters
- bstrEnumName
- String
The name of the IDTSFriendlyEnumCollection100 object to retrieve.
Returns
The IDTSFriendlyEnumCollection100 of the component.
- Attributes
Remarks
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.