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()