Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases all resources used by the TransSynchronizationAgent class.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
As Boolean _
)
'Usage
DimAs Boolean
Me.Dispose()
protected virtual void Dispose(
bool
)
protected:
virtual void Dispose(
bool
)
abstract Dispose :
:bool -> unit
override Dispose :
:bool -> unit
protected function Dispose(
: boolean
)
Parameters
- Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.