BreakpointTarget.ResetHitCount 方法
Resets the HitCount value to zero.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Sub ResetHitCount
用法
Dim instance As BreakpointTarget
instance.ResetHitCount()
public void ResetHitCount()
public:
void ResetHitCount()
member ResetHitCount : unit -> unit
public function ResetHitCount()
示例
The following code example shows how to reset the hit count of a breakpoint.
bpTarget.ResetHitCount();
bpTarget.ResetHitCount()