Partilhar via


Construtor DbSyncAdapter (String, String)

Inicializa uma nova instância da classe DbSyncAdapter usando parâmetros de nome de tabela local e remota.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)

Sintaxe

'Declaração
Public Sub New ( _
    tableName As String, _
    remoteTableName As String _
)
'Uso
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
)

Parâmetros

  • tableName
    O nome da tabela no banco de dados local.
  • remoteTableName
    O nome da tabela no banco de dados remoto.

Consulte também

Referência

Classe DbSyncAdapter
Membros DbSyncAdapter
Namespace Microsoft.Synchronization.Data