Condividi tramite


Proprietà DbSyncAdapter.TableName

Ottiene o imposta il nome della tabella nel peer 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 TableName As String
'Utilizzo
Dim instance As DbSyncAdapter
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)

Valore proprietà

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

Vedere anche

Riferimento

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