Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of SyncColumnMapping objects for the table. These objects map columns in a server table to the corresponding columns in a client table.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnMappings As SyncColumnMappingCollection
'Usage
Dim instance As SyncAdapter
Dim value As SyncColumnMappingCollection
value = instance.ColumnMappings
public SyncColumnMappingCollection ColumnMappings { get; }
public:
property SyncColumnMappingCollection^ ColumnMappings {
SyncColumnMappingCollection^ get ();
}
/** @property */
public SyncColumnMappingCollection get_ColumnMappings ()
public function get ColumnMappings () : SyncColumnMappingCollection
Property Value
A SyncColumnMappingCollection object for the table. The SyncColumnMapping objects in the collection map columns in a server table to the corresponding columns in a client table.
See Also
Reference
SyncAdapter Class
SyncAdapter Members
Microsoft.Synchronization.Data.Server Namespace