IDTSBreakpointSite100 Interfaccia

Definizione

Definisce l'interazione tra il motore di runtime Integration Services e l'attività per l'esposizione di punti di interruzione e la creazione e la gestione di punti di interruzione personalizzati.

public interface class IDTSBreakpointSite100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSSuspend100
[System.Runtime.InteropServices.Guid("C1BE2F15-F380-4188-8641-7CE896644DA7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EE1E4858-EAFE-441B-B6CA-662A7F3C961E")]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A01D7158-D783-48DC-AAD8-6D0CFCC966CC")]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[<System.Runtime.InteropServices.Guid("C1BE2F15-F380-4188-8641-7CE896644DA7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointSite100 = interface
    interface IDTSSuspend100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EE1E4858-EAFE-441B-B6CA-662A7F3C961E")>]
type IDTSBreakpointSite100 = interface
    interface IDTSSuspend100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A01D7158-D783-48DC-AAD8-6D0CFCC966CC")>]
type IDTSBreakpointSite100 = interface
    interface IDTSSuspend100
Public Interface IDTSBreakpointSite100
Implements IDTSSuspend100
Derivato
Attributi
Implementazioni

Commenti

Per altre informazioni, vedere IDTSBreakpointSite.

Proprietà

DebugMode

Ottiene o imposta un valore booleano che indica se un'attività deve verificare se sono abilitati punti di interruzione.

SuspendRequired

Ottiene o imposta un valore booleano che indica se le attività devono essere sospese quando viene rilevato un punto di interruzione. Questo valore viene impostato dal motore di runtime per le attività e i contenitori quando viene rilevato un punto di interruzione.

Metodi

AcceptBreakpointManager(IDTSBreakpointManager100)

Passa un oggetto IDTSBreakpointManager100 a un'attività. L'attività utilizzerà la gestione punti di interruzione per creare, rimuovere e verificare lo stato dei punti di interruzione. Questo metodo viene chiamato dal runtime e non è utilizzato nel codice.

ResumeExecution()

Riprende l'esecuzione dell'attività dopo la sospensione. L'attività o il contenitore viene ripreso dal motore di runtime.

SuspendExecution()

Indica la necessità di sospendere l'eseguibile. Questo metodo viene chiamato dal motore di runtime.

Si applica a