언어

IDTSBreakpointTargets100 인터페이스

정의

객체 집합 IDTSBreakpointTarget100 을 작업하기 위한 속성과 방법을 제공합니다.

public interface class IDTSBreakpointTargets100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("29D2D495-CCBF-42C0-96D1-A80F69B99125")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointTargets100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("52391FC3-0BB8-4CC0-A1D1-8885A9EFDB3E")]
public interface IDTSBreakpointTargets100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BE1A364F-97FC-4D2D-9C1A-86DAB8E7B277")]
public interface IDTSBreakpointTargets100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("29D2D495-CCBF-42C0-96D1-A80F69B99125")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointTargets100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("52391FC3-0BB8-4CC0-A1D1-8885A9EFDB3E")>]
type IDTSBreakpointTargets100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BE1A364F-97FC-4D2D-9C1A-86DAB8E7B277")>]
type IDTSBreakpointTargets100 = interface
    interface IEnumerable
Public Interface IDTSBreakpointTargets100
Implements IEnumerable
특성
구현

설명

자세한 내용은 BreakpointTargets를 참조하세요.

속성

Name Description
Count

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

Item[Object]

지정된 인덱스에서 항목을 가져옵니다.

메서드

Name Description
GetEnumerator()

컬렉션을 반복하는 열거자를 얻습니다.

적용 대상