IDTSBreakpointSite100 Interface

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

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

The IDTSBreakpointSite100 type exposes the following members.

Properties

  Name Description
Public property DebugMode Infrastructure. For more information, see IDTSBreakpointSite.
Public property SuspendRequired Infrastructure. For more information, see IDTSBreakpointSite.
Public property SuspendRequired Infrastructure. For more information, see IDTSSuspend. (Inherited from IDTSSuspend100.)

Top

Methods

  Name Description
Public method AcceptBreakpointManager Infrastructure. For more information, see IDTSBreakpointSite.
Public method ResumeExecution() Infrastructure. For more information, see IDTSBreakpointSite.
Public method ResumeExecution() Infrastructure. For more information, see IDTSSuspend. (Inherited from IDTSSuspend100.)
Public method SuspendExecution() Infrastructure. For more information, see IDTSBreakpointSite.
Public method SuspendExecution() Infrastructure. For more information, see IDTSSuspend. (Inherited from IDTSSuspend100.)

Top