BreakpointTarget.ResetHitCount Method ()

 

Applies To: SQL Server 2016 Preview

Resets the HitCount value to zero.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public void ResetHitCount()
public:
void ResetHitCount()
member ResetHitCount : unit -> unit
Public Sub ResetHitCount

Examples

Legacy Code Example

The following code example shows how to reset the hit count of a breakpoint.

bpTarget.ResetHitCount();
bpTarget.ResetHitCount()

See Also

BreakpointTarget Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top