Compartir a través de


SyncAdapter.TableName Propiedad

Obtiene o establece el nombre de la tabla en el servidor para la que se creará SyncAdapter.

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

Sintaxis

'Declaración
Public Property TableName As String
'Uso
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);
}
/** @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 en el servidor para la que se creará SyncAdapter.

Vea también

Referencia

SyncAdapter Clase
SyncAdapter Miembros
Microsoft.Synchronization.Data.Server Espacio de nombres