DbSyncAdapter constructeur (String)
Initialise une nouvelle instance de la classe DbSyncAdapter en utilisant un paramètre de nom de table.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Sub New ( _
tableName As String _
)
'Utilisation
Dim tableName As String
Dim instance As New DbSyncAdapter(tableName)
public DbSyncAdapter(
string tableName
)
public:
DbSyncAdapter(
String^ tableName
)
new :
tableName:string -> DbSyncAdapter
public function DbSyncAdapter(
tableName : String
)
Paramètres
- tableName
Type : System. . :: . .String
Nom de la table dans la base de données locale.