SyncAdapter constructeur (String)
Initialise une nouvelle instance de la classe SyncAdapter en utilisant un paramètre de nom de table.
Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)
Syntaxe
'Déclaration
Public Sub New ( _
tableName As String _
)
'Utilisation
Dim tableName As String
Dim instance As New SyncAdapter(tableName)
public SyncAdapter (
string tableName
)
public:
SyncAdapter (
String^ tableName
)
public SyncAdapter (
String tableName
)
public function SyncAdapter (
tableName : String
)
Paramètres
- tableName
Nom de la table dans la base de données serveur.
Notes
Voir aussi
Référence
Classe SyncAdapter
Membres SyncAdapter
Espace de noms Microsoft.Synchronization.Data.Server