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 column in the remote database.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property RemoteColumn As String
'Usage
Dim instance As DbSyncColumnMapping
Dim value As String
value = instance.RemoteColumn
instance.RemoteColumn = value
public string RemoteColumn { get; set; }
public:
property String^ RemoteColumn {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_RemoteColumn ()
/** @property */
public void set_RemoteColumn (String value)
public function get RemoteColumn () : String
public function set RemoteColumn (value : String)
Property Value
The name of the column in the remote database.
See Also
Reference
DbSyncColumnMapping Class
DbSyncColumnMapping Members
Microsoft.Synchronization.Data Namespace