IDTSBreakpointTargets100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
객체 집합 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() |
컬렉션을 반복하는 열거자를 얻습니다. |