IDTSBreakpointTargets100 Interface

Definition

Provides properties and methods for working on a collection of IDTSBreakpointTarget100 objects.

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
Attributes
Implements

Remarks

For more information, see BreakpointTargets.

Properties

Count

Gets the number of elements contained in the collection.

Item[Object]

Gets the item at the specified index.

Methods

GetEnumerator()

Gets the enumerator that iterates through the collection.

Applies to