Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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()