IDTSBreakpointManager100.CreateBreakpointTarget(Int32, String) Method

Definition

When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointTarget100 ^ CreateBreakpointTarget(int breakpointID, System::String ^ Description);
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTarget100 CreateBreakpointTarget (int breakpointID, string Description);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member CreateBreakpointTarget : int * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTarget100
Public Function CreateBreakpointTarget (breakpointID As Integer, Description As String) As IDTSBreakpointTarget100

Parameters

breakpointID
Int32

The ID to assign to the breakpoint to distinguish it from other breakpoints.

Description
String

A string describing the breakpoint.

Returns

A IDTSBreakpointTarget100 object.

Attributes

Applies to