Поделиться через


CManagedComponentWrapperClass.GetEnumerationCollection Method

Returns the IDTSFriendlyEnumCollection90 specified by the

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<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# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

Возвращаемое значение

The IDTSFriendlyEnumCollection90.

Замечания

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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