Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the IDTSFriendlyEnumCollection100 of a component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetEnumerationCollection ( _
bstrEnumName As String _
) As IDTSFriendlyEnumCollection100
'Usage
Dim instance As IDTSDesigntimeComponent100
Dim bstrEnumName As String
Dim returnValue As IDTSFriendlyEnumCollection100
returnValue = instance.GetEnumerationCollection(bstrEnumName)
IDTSFriendlyEnumCollection100 GetEnumerationCollection(
string bstrEnumName
)
IDTSFriendlyEnumCollection100^ GetEnumerationCollection(
[InAttribute] String^ bstrEnumName
)
abstract GetEnumerationCollection :
bstrEnumName:string -> IDTSFriendlyEnumCollection100
function GetEnumerationCollection(
bstrEnumName : String
) : IDTSFriendlyEnumCollection100
Parameters
- bstrEnumName
Type: System.String
The name of the IDTSFriendlyEnumCollection100 object to retrieve.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSFriendlyEnumCollection100
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.