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.
Initializes a new instance of the SqlSyncStoreMetadataCleanup class with the specified connection.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public Sub New ( _
connection As SqlConnection _
)
'Usage
Dim connection As SqlConnection
Dim instance As New SqlSyncStoreMetadataCleanup(connection)
public SqlSyncStoreMetadataCleanup (
SqlConnection connection
)
public:
SqlSyncStoreMetadataCleanup (
SqlConnection^ connection
)
public SqlSyncStoreMetadataCleanup (
SqlConnection connection
)
public function SqlSyncStoreMetadataCleanup (
connection : SqlConnection
)
Parameters
- connection
A SqlConnection object that contains a connection to the database.
See Also
Reference
SqlSyncStoreMetadataCleanup Class
SqlSyncStoreMetadataCleanup Members
Microsoft.Synchronization.Data.SqlServer Namespace