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.
Releases the unmanaged resources that are used by the SqlCeSyncProvider and optionally releases the managed resources.
This method is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected override void Dispose (
bool disposing
)
protected:
virtual void Dispose (
bool disposing
) override
protected void Dispose (
boolean disposing
)
protected override function Dispose (
disposing : boolean
)
Parameters
- disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also
Reference
SqlCeSyncProvider Class
SqlCeSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace