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 DbSyncAdapter class by using local and remote table name parameters.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
tableName As String, _
remoteTableName As String _
)
'Usage
Dim tableName As String
Dim remoteTableName As String
Dim instance As New DbSyncAdapter(tableName, remoteTableName)
public DbSyncAdapter (
string tableName,
string remoteTableName
)
public:
DbSyncAdapter (
String^ tableName,
String^ remoteTableName
)
public DbSyncAdapter (
String tableName,
String remoteTableName
)
public function DbSyncAdapter (
tableName : String,
remoteTableName : String
)
Parameters
- tableName
The name of the table in the local database.
- remoteTableName
The name of the table in the remote database.
See Also
Reference
DbSyncAdapter Class
DbSyncAdapter Members
Microsoft.Synchronization.Data Namespace