ColumnMappings-Eigenschaft

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.

Siehe auch

Verweis

SyncAdapter Klasse

SyncAdapter-Member

Microsoft.Synchronization.Data.Server-Namespace