MergeSynchronizationAgent.ClearAllTraceFlags Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Clears all the trace flags used by the synchronization agent.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Sub ClearAllTraceFlags
'Usage
Dim instance As MergeSynchronizationAgent
instance.ClearAllTraceFlags()
public virtual void ClearAllTraceFlags()
public:
virtual void ClearAllTraceFlags()
abstract ClearAllTraceFlags : unit -> unit
override ClearAllTraceFlags : unit -> unit
public function ClearAllTraceFlags()
Implements
IMergeSynchronizationAgent.ClearAllTraceFlags()