Freigeben über


IDTSBreakpointTargets100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSBreakpointTargets100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets the item at the specified index.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator Infrastruktur Gets the enumerator that iterates through the collection.

Zum Anfang

Hinweise

For more information, see BreakpointTargets.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace