IDTSBreakpointManager100.CreateBreakpointTarget(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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