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
'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);
}
/** @property */
public String get_RemoteTableName ()
/** @property */
public void set_RemoteTableName (String value)
public function get RemoteTableName () : String
public function set RemoteTableName (value : String)
Property Value
The name of the table at the remote peer for which to create the DbSyncAdapter object.
See Also
Reference
DbSyncAdapter Class
DbSyncAdapter Members
Microsoft.Synchronization.Data Namespace