Share via


IDTSDesigntimeComponent100.GetEnumerationCollection(String) Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSFriendlyEnumCollection100 ^ GetEnumerationCollection(System::String ^ bstrEnumName);
[System.Runtime.InteropServices.DispId(36)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSFriendlyEnumCollection100 GetEnumerationCollection (string bstrEnumName);
[<System.Runtime.InteropServices.DispId(36)>]
abstract member GetEnumerationCollection : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSFriendlyEnumCollection100
Public Function GetEnumerationCollection (bstrEnumName As String) As IDTSFriendlyEnumCollection100

Parameters

bstrEnumName
String

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.

Applies to