Propriété SyncAdapter.TableName
Obtient ou définit le nom de la table sur le serveur pour laquelle créer SyncAdapter.
Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)
Syntaxe
'Déclaration
Public Property TableName As String
'Utilisation
Dim instance As SyncAdapter
Dim value As String
value = instance.TableName
instance.TableName = value
public string TableName { get; set; }
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TableName ()
/** @property */
public void set_TableName (String value)
public function get TableName () : String
public function set TableName (value : String)
Valeur de propriété
Nom de la table sur le serveur pour laquelle créer SyncAdapter.
Voir aussi
Référence
Classe SyncAdapter
Membres SyncAdapter
Espace de noms Microsoft.Synchronization.Data.Server