IDTSBreakpointSite Interface

Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.

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

Syntax

'Declaration
Public Interface IDTSBreakpointSite _
    Inherits IDTSSuspend
'Usage
Dim instance As IDTSBreakpointSite
public interface IDTSBreakpointSite : IDTSSuspend
public interface class IDTSBreakpointSite : IDTSSuspend
type IDTSBreakpointSite =  
    interface
        interface IDTSSuspend
    end
public interface IDTSBreakpointSite extends IDTSSuspend

Remarks

Implements IDTSSuspend.