IDTSDesigntimeComponent100.GetEnumerationCollection 메서드

Returns the IDTSFriendlyEnumCollection100 of a component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Function GetEnumerationCollection ( _
    bstrEnumName As String _
) As IDTSFriendlyEnumCollection100
‘사용 방법
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

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSFriendlyEnumCollection100
The IDTSFriendlyEnumCollection100 of the component.

주의

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.

참고 항목

참조

IDTSDesigntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스