Share via


IDTSBreakpointTargets100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")> _
Public Interface IDTSBreakpointTargets100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSBreakpointTargets100
[GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")]
public interface IDTSBreakpointTargets100 : IEnumerable
[GuidAttribute(L"121D51C3-9254-4731-9842-EE15875F18F6")]
public interface class IDTSBreakpointTargets100 : IEnumerable
[<GuidAttribute("121D51C3-9254-4731-9842-EE15875F18F6")>]
type IDTSBreakpointTargets100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSBreakpointTargets100 extends IEnumerable

The IDTSBreakpointTargets100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements contained in the collection.
Public property Item Infrastructure. Gets the item at the specified index.

Top

Methods

  Name Description
Public method GetEnumerator Infrastructure. Gets the enumerator that iterates through the collection.

Top

Remarks

For more information, see BreakpointTargets.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace