CManagedComponentWrapperClass.GetEnumerationCollection(String) 메서드

정의

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSFriendlyEnumCollection100 ^ GetEnumerationCollection(System::String ^ bstrEnumName) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::GetEnumerationCollection;
[System.Runtime.InteropServices.DispId(36)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSFriendlyEnumCollection100 GetEnumerationCollection (string bstrEnumName);
[<System.Runtime.InteropServices.DispId(36)>]
abstract member GetEnumerationCollection : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSFriendlyEnumCollection100
override this.GetEnumerationCollection : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSFriendlyEnumCollection100
Public Overridable Function GetEnumerationCollection (bstrEnumName As String) As IDTSFriendlyEnumCollection100

매개 변수

bstrEnumName
String

반환

열거형 값의 이름 컬렉션입니다.

구현

특성

설명

이 메서드는 IDTSFriendlyEnumCollection100 매개 변수에서 지정한 열거형을 검색합니다 bstrEnumName . 컬렉션은 숫자 대신 열거형의 항목 값에 대해 "친숙한" 값을 제공하는 데 사용됩니다.

적용 대상