Linguaggio

IDTSBreakpointManager100 Interfaccia

Definizione

Fornisce metodi per gestire tutti i punti di interruzione impostati in un compito.

public interface class IDTSBreakpointManager100
[System.Runtime.InteropServices.Guid("AD7ACCAE-935F-49AF-88F1-A2384FC61BC4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4270BFB2-5868-4A75-BB4A-D21819A22CDE")]
public interface IDTSBreakpointManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A3B51C6B-560D-4723-BEC2-0E885BD393A5")]
public interface IDTSBreakpointManager100
[<System.Runtime.InteropServices.Guid("AD7ACCAE-935F-49AF-88F1-A2384FC61BC4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4270BFB2-5868-4A75-BB4A-D21819A22CDE")>]
type IDTSBreakpointManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A3B51C6B-560D-4723-BEC2-0E885BD393A5")>]
type IDTSBreakpointManager100 = interface
Public Interface IDTSBreakpointManager100
Attributi

Commenti

Per altre informazioni, vedere BreakpointManager.

Metodi

Nome Descrizione
ClearBreakpointTargets()

Quando implementata in una classe derivata, rimuove tutti i breakpoint impostati in un compito.

CreateBreakpointTarget(Int32, String)

Quando implementato in una classe derivata, crea un nuovo punto di interruzione nel compito con l'ID e la descrizione specificati del punto di interruzione.

GetBreakpointTarget(Int32)

Quando implementato in una classe derivata, restituisce l'oggetto punto di interruzione per un ID specifico di punto di interruzione.

IsBreakpointTargetEnabled(Int32)

Quando implementato in una classe derivata, restituisce un booleano che indica se il punto di interruzione è abilitato.

RemoveBreakpointTarget(Int32)

Quando implementato in una classe derivata, rimuove un punto di interruzione precedentemente creato da un compito.

Si applica a