IDTSFriendlyEnumCollection100 인터페이스

정의

IDTSFriendlyEnum100 개체의 컬렉션을 포함합니다.

public interface class IDTSFriendlyEnumCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F754146D-79CA-4EE5-8024-23C835FB143B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSFriendlyEnumCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0992C731-3097-4570-BB0F-DC53CCFD9D96")]
public interface IDTSFriendlyEnumCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("188AC04F-8D1A-4A1D-9B7F-B0075E5501D7")]
public interface IDTSFriendlyEnumCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("F754146D-79CA-4EE5-8024-23C835FB143B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSFriendlyEnumCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0992C731-3097-4570-BB0F-DC53CCFD9D96")>]
type IDTSFriendlyEnumCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("188AC04F-8D1A-4A1D-9B7F-B0075E5501D7")>]
type IDTSFriendlyEnumCollection100 = interface
    interface IEnumerable
Public Interface IDTSFriendlyEnumCollection100
Implements IEnumerable
특성
구현

설명

이 컬렉션은 IDTSFriendlyEnumCollection100 네이티브 C++ 컴포넌트 개발자들이 객체의 열거 값 IDTSCustomProperty100 으로 지정될 때 열거 값의 이름을 공개하는 데 사용하는 보조 인터페이스입니다. 그리고 IDTSFriendlyEnum100IDTSFriendlyEnumCollection100 다음 매크로들과 함께 사용되어 DTS 디자이너에서 열거 값에 친근한 이름을 제공합니다.

Macro Description
BEGIN_FRIENDLY_NAME_ENUM_LIST 친근한 이름 열거 목록을 시작합니다.
BEGIN_FRIENDLY_NAME_ENUM( EnumerationName, IsFlags) 친근한 이름 열거 목록 블록을 시작한다. 이는 각 열거마다 한 번씩 명시됩니다. 매개변수는 EnumerationName 열거 이름을, 매개변수는 IsFlags 열거 내 값들이 함께 OR화될 수 있는지 여부를 지정합니다.
FRIENDLY_NAME(Value, NameID) BEGIN_FRIENDLY_NAME_ENUM에서 명시된 열거 내의 특정 값에 친근한 이름을 추가합니다. 매개변수는 Value 열거 항목을, 매개변수는 NameID 열거 값에 표시되는 문자열을 지정합니다.
END_FRIENDLY_NAME_ENUM 친선 열거가 끝났음을 나타냅니다; 각 BEGIN_FRIENDLY_ENUM 매크로마다 한 번씩 지정됩니다.
END_FRIENDLY_ENUM_LIST 친근한 열거 이름 목록을 끝내세요.

위에 나열된 매크로를 사용하여 친근한 열거를 정의한 후, 객체의 TypeConverter 속성은 IDTSCustomProperty100 BEGIN_FRIENDLY_NAME_ENUM 매크로에서 지정한 매개변수의 EnumerationName 값을 할당합니다.

속성

Name Description
Count

집합에 IDTSFriendlyEnumCollection100 포함된 요소의 수를 얻습니다.

IsFlags

IDTSFriendlyEnumCollection100 속한 IDTSFriendlyEnum100 객체들의 값들이 결합될 수 있는지 여부를 지정하는 값을 얻습니다.

Item[Object]

매개변수에 의해 Index 지정된 값을 IDTSFriendlyEnumCollection100 얻습니다.

메서드

Name Description
GetEnumerator()

IDTSFriendlyEnumCollection100.

적용 대상