CManagedComponentWrapperClass.GetEnumerationCollection Method
Returns the IDTSFriendlyEnumCollection90 specified by the
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintassi
'Dichiarazione
<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# non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
JScript non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
Parametri
- bstrEnumName
The name of the IDTSFriendlyEnum90 object that is retrieved.
Valore restituito
The IDTSFriendlyEnumCollection90.
Osservazioni
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
CManagedComponentWrapperClass Class
CManagedComponentWrapperClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace