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
Von J# wird die Verwendung von expliziten Schnittstellenimplementierungen unterstützt, ausgenommen der Deklaration neuer Schnittstellenimplementierungen.
Von JScript wird die Verwendung von expliziten Schnittstellenimplementierungen unterstützt, ausgenommen der Deklarationen neuer Schnittstellenimplementierungen.
Parameter
- bstrEnumName
The name of the IDTSFriendlyEnum90 object that is retrieved.
Rückgabewert
The IDTSFriendlyEnumCollection90.
Hinweise
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.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
CManagedComponentWrapperClass Class
CManagedComponentWrapperClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace