Propriedade RemoteTableName
Obtém ou define o nome da tabela no banco de dados par remoto para a qual o objeto DbSyncAdapter será criado.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Public Property RemoteTableName As String
Get
Set
'Uso
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);
}
member RemoteTableName : string with get, set
function get RemoteTableName () : String
function set RemoteTableName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
O nome da tabela no banco de dados par remoto para a qual o objeto DbSyncAdapter será criado.