Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the table at the remote peer for which to create the DbSyncAdapter object.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property RemoteTableName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The name of the table at the remote peer for which to create the DbSyncAdapter object.