Partager via


TableName propriété

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
    Get
    Set
'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);
}
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)

Valeur de la propriété

Type : System. . :: . .String
Nom de la table sur le serveur pour laquelle créer SyncAdapter.

Voir aussi

Référence

SyncAdapter Classe

Membres SyncAdapter

Espace de noms Microsoft.Synchronization.Data.Server