Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.