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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Releases the unmanaged resources that are used by MergeSynchronizationAgent.
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
- disposing
Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.