Propriedade SyncAdapter.TableName
Obtém ou define o nome da tabela no servidor para a qual criar SyncAdapter.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
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 da propriedade
O nome da tabela no servidor para a qual criar SyncAdapter.
Consulte também
Referência
Classe SyncAdapter
Membros SyncAdapter
Namespace Microsoft.Synchronization.Data.Server