Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft eine Auflistung von SyncColumnMapping-Objekten für die Tabelle ab. Diese Objekte ordnen Spalten in einer Servertabelle den entsprechenden Spalten in einer Clienttabelle zu.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnMappings As SyncColumnMappingCollection
Get
'Usage
Dim instance As SyncAdapter
Dim value As SyncColumnMappingCollection
value = instance.ColumnMappings
public SyncColumnMappingCollection ColumnMappings { get; }
public:
property SyncColumnMappingCollection^ ColumnMappings {
SyncColumnMappingCollection^ get ();
}
member ColumnMappings : SyncColumnMappingCollection
function get ColumnMappings () : SyncColumnMappingCollection
Eigenschaftenwert
Typ: Microsoft.Synchronization.Data.Server. . :: . .SyncColumnMappingCollection
Ein SyncColumnMappingCollection-Objekt für die Tabelle. Die SyncColumnMapping-Objekte in der Auflistung ordnen Spalten in einer Servertabelle den entsprechenden Spalten in einer Clienttabelle zu.