Поделиться через


Метод 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()