Condividi tramite


Proprietà DbSyncAdapter.RemoteTableName

Ottiene o imposta il nome della tabella nel peer remoto per cui creare l'oggetto DbSyncAdapter.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
Public Property RemoteTableName As String
'Utilizzo
Dim instance As DbSyncAdapter
Dim value As String

value = instance.RemoteTableName

instance.RemoteTableName = value
public string RemoteTableName { get; set; }
public:
property String^ RemoteTableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_RemoteTableName ()

/** @property */
public void set_RemoteTableName (String value)
public function get RemoteTableName () : String

public function set RemoteTableName (value : String)

Valore proprietà

Nome della tabella nel peer remoto per cui creare l'oggetto DbSyncAdapter.

Vedere anche

Riferimento

Classe DbSyncAdapter
Membri DbSyncAdapter
Spazio dei nomi Microsoft.Synchronization.Data