IDTSDesigntimeComponent100.GetEnumerationCollection Method
Returns the IDTSFriendlyEnumCollection100 of a component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(36)> _
Function GetEnumerationCollection ( _
<InAttribute> bstrEnumName As String _
) As IDTSFriendlyEnumCollection100
[DispIdAttribute(36)]
IDTSFriendlyEnumCollection100 GetEnumerationCollection (
[InAttribute] string bstrEnumName
)
[DispIdAttribute(36)]
IDTSFriendlyEnumCollection100^ GetEnumerationCollection (
[InAttribute] String^ bstrEnumName
)
/** @attribute DispIdAttribute(36) */
IDTSFriendlyEnumCollection100 GetEnumerationCollection (
/** @attribute InAttribute() */ String bstrEnumName
)
DispIdAttribute(36)
function GetEnumerationCollection (
bstrEnumName : String
) : IDTSFriendlyEnumCollection100
Parameters
- bstrEnumName
The name of the IDTSFriendlyEnumCollection100 to retrieve.
Return Value
The IDTSFriendlyEnumCollection100 of the component.
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.
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.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.