Share via


IDTSEventHandlers100 인터페이스

정의

IDTSEventHandler100 개체의 컬렉션을 나타냅니다.

public interface class IDTSEventHandlers100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
Public Interface IDTSEventHandlers100
Implements IEnumerable
특성
구현

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

Item[Object]

컬렉션에서 IDTSEventHandler100 개체를 가져옵니다.

메서드

Add(String)

컬렉션에 새 이벤트를 추가합니다.

GetEnumerator()

컬렉션을 반복하는 데 사용할 열거자를 반환합니다.

Join(IDTSEventHandler100)

컬렉션에 새 이벤트 처리기를 조인합니다.

Remove(Object)

컬렉션에서 IDTSEventHandler100 개체를 제거합니다.

적용 대상