GetBreakpointTargets メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Function GetBreakpointTargets ( _
pBreakpointSite As IDTSBreakpointSite100, _
onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
'使用
Dim instance As IDTSPackage100
Dim pBreakpointSite As IDTSBreakpointSite100
Dim onlyEnabled As Boolean
Dim returnValue As IDTSBreakpointTargets100
returnValue = instance.GetBreakpointTargets(pBreakpointSite, _
onlyEnabled)
IDTSBreakpointTargets100 GetBreakpointTargets(
IDTSBreakpointSite100 pBreakpointSite,
bool onlyEnabled
)
IDTSBreakpointTargets100^ GetBreakpointTargets(
[InAttribute] IDTSBreakpointSite100^ pBreakpointSite,
[InAttribute] bool onlyEnabled
)
abstract GetBreakpointTargets :
pBreakpointSite:IDTSBreakpointSite100 *
onlyEnabled:bool -> IDTSBreakpointTargets100
function GetBreakpointTargets(
pBreakpointSite : IDTSBreakpointSite100,
onlyEnabled : boolean
) : IDTSBreakpointTargets100
パラメーター
- pBreakpointSite
型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSBreakpointSite100
- onlyEnabled
型: System. . :: . .Boolean