इसके माध्यम से साझा किया गया


IDTSBreakpointManager100.RemoveBreakpointTarget Method

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

For more information, see BreakpointManager.

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

Syntax

'Declaration
Sub RemoveBreakpointTarget ( _
    breakpointID As Integer _
)
'Usage
Dim instance As IDTSBreakpointManager100
Dim breakpointID As Integer

instance.RemoveBreakpointTarget(breakpointID)
void RemoveBreakpointTarget(
    int breakpointID
)
void RemoveBreakpointTarget(
    [InAttribute] int breakpointID
)
abstract RemoveBreakpointTarget : 
        breakpointID:int -> unit 
function RemoveBreakpointTarget(
    breakpointID : int
)

Parameters