Compartir a través de


DbSyncAdapter.TableName Propiedad

Obtiene o establece el nombre de la tabla de la base de datos del mismo nivel para la que se crea el objeto DbSyncAdapter.

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
Public Property TableName As String
'Uso
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)

Valor de la propiedad

Nombre de la tabla de la base de datos del mismo nivel para la que se crea el objeto DbSyncAdapter.

Vea también

Referencia

DbSyncAdapter Clase
DbSyncAdapter Miembros
Microsoft.Synchronization.Data Espacio de nombres