Partager via


DbSyncAdapter constructeur (String, String)

Initialise une nouvelle instance de la classe DbSyncAdapter en utilisant des paramètres de nom de tables locale et distante.

Espace de noms :  Microsoft.Synchronization.Data
Assembly :  Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    tableName As String, _
    remoteTableName As String _
)
'Utilisation
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
)
new : 
        tableName:string * 
        remoteTableName:string -> DbSyncAdapter
public function DbSyncAdapter(
    tableName : String, 
    remoteTableName : String
)

Paramètres

Voir aussi

Référence

DbSyncAdapter Classe

Membres DbSyncAdapter

Surcharge DbSyncAdapter

Espace de noms Microsoft.Synchronization.Data