Partager via


Propriété SqlSyncAdapterBuilder.TableName

Obtient ou définit le nom de la table de base pour laquelle créer un objet SyncAdapter.

Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)

Syntaxe

'Déclaration
<DefaultValueAttribute(Nothing)> _
Public Property TableName As String
'Utilisation
Dim instance As SqlSyncAdapterBuilder
Dim value As String

value = instance.TableName

instance.TableName = value
[DefaultValueAttribute(null)] 
public string TableName { get; set; }
[DefaultValueAttribute(nullptr)] 
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 de base pour laquelle créer un objet SyncAdapter.

Notes

Cette propriété doit être définie afin de générer des commandes.

Exemple

Pour obtenir un exemple de code, consultez SqlSyncAdapterBuilder.

Voir aussi

Référence

Classe SqlSyncAdapterBuilder
Membres SqlSyncAdapterBuilder
Espace de noms Microsoft.Synchronization.Data.Server