Freigeben über


IDTSBreakpointSite100-Schnittstelle

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

For more information, see IDTSBreakpointSite.

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

Syntax

'Declaration
<GuidAttribute("396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")> _
Public Interface IDTSBreakpointSite100 _
    Inherits IDTSSuspend100
'Usage
Dim instance As IDTSBreakpointSite100
[GuidAttribute("396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")]
public interface IDTSBreakpointSite100 : IDTSSuspend100
[GuidAttribute(L"396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")]
public interface class IDTSBreakpointSite100 : IDTSSuspend100
[<GuidAttribute("396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")>]
type IDTSBreakpointSite100 =  
    interface
        interface IDTSSuspend100
    end
public interface IDTSBreakpointSite100 extends IDTSSuspend100

Der IDTSBreakpointSite100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DebugMode Infrastruktur For more information, see IDTSBreakpointSite.
Öffentliche Eigenschaft SuspendRequired Infrastruktur For more information, see IDTSBreakpointSite.
Öffentliche Eigenschaft SuspendRequired Infrastruktur For more information, see IDTSSuspend. (Geerbt von IDTSSuspend100.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AcceptBreakpointManager Infrastruktur For more information, see IDTSBreakpointSite.
Öffentliche Methode ResumeExecution() () () () Infrastruktur For more information, see IDTSBreakpointSite.
Öffentliche Methode ResumeExecution() () () () Infrastruktur For more information, see IDTSSuspend. (Geerbt von IDTSSuspend100.)
Öffentliche Methode SuspendExecution() () () () Infrastruktur For more information, see IDTSBreakpointSite.
Öffentliche Methode SuspendExecution() () () () Infrastruktur For more information, see IDTSSuspend. (Geerbt von IDTSSuspend100.)

Zum Anfang