Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Resets the HitCount value to zero.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub ResetHitCount
'Usage
Dim instance As BreakpointTarget
instance.ResetHitCount()
public void ResetHitCount()
public:
void ResetHitCount()
member ResetHitCount : unit -> unit
public function ResetHitCount()
Examples
The following code example shows how to reset the hit count of a breakpoint.
bpTarget.ResetHitCount();
bpTarget.ResetHitCount()