Share via


CManagedComponentWrapperClass.GetEnumerationCollection Method

Returns the IDTSFriendlyEnumCollection90 specified by the

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(36)> _
Public Overridable Function GetEnumerationCollection ( _
    <InAttribute> bstrEnumName As String _
) As IDTSFriendlyEnumCollection90 Implements IDTSDesigntimeComponent90.GetEnumerationCollection
[DispIdAttribute(36)] 
public virtual IDTSFriendlyEnumCollection90 IDTSDesigntimeComponent90.GetEnumerationCollection (
    [InAttribute] string bstrEnumName
)
[DispIdAttribute(36)] 
public:
virtual IDTSFriendlyEnumCollection90^ GetEnumerationCollection (
    [InAttribute] String^ bstrEnumName
) = IDTSDesigntimeComponent90::GetEnumerationCollection
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

The IDTSFriendlyEnumCollection90.

Remarks

This method retrieves the IDTSFriendlyEnumCollection90 for the enumeration specified by the bstrEnumName parameter. The collection is used to provide "friendly" values for the values of the items in an enumeration instead of a number.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

CManagedComponentWrapperClass Class
CManagedComponentWrapperClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace