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
- tableName
Type : System. . :: . .String
Nom de la table dans la base de données locale.
- remoteTableName
Type : System. . :: . .String
Nom de la table dans la base de données distante.