言語

IDTSBreakpointManager100.CreateBreakpointTarget(Int32, String) メソッド

定義

派生クラスで実装すると、指定されたブレークポイントIDと記述を持つ新しいブレークポイントが作成されます。

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

パラメーター

breakpointID
Int32

他のブレークポイントと区別するためにブレークポイントに割り当てるIDです。

Description
String

ブレークポイントを表す文字列です。

返品

IDTSBreakpointTarget100 オブジェクト。

属性

適用対象