Freigeben über


ColumnMappings-Eigenschaft

Ruft eine Auflistung von DbSyncColumnMapping-Objekten für die Tabelle ab. Diese Objekte ordnen Spalten in einer lokalen Tabelle den entsprechenden Spalten in einer Remotetabelle zu.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property ColumnMappings As DbSyncColumnMappingCollection
    Get
'Usage
Dim instance As DbSyncAdapter
Dim value As DbSyncColumnMappingCollection

value = instance.ColumnMappings
public DbSyncColumnMappingCollection ColumnMappings { get; }
public:
property DbSyncColumnMappingCollection^ ColumnMappings {
    DbSyncColumnMappingCollection^ get ();
}
member ColumnMappings : DbSyncColumnMappingCollection
function get ColumnMappings () : DbSyncColumnMappingCollection

Eigenschaftenwert

Typ: Microsoft.Synchronization.Data. . :: . .DbSyncColumnMappingCollection
Ein DbSyncColumnMappingCollection-Objekt für die Tabelle.

Siehe auch

Verweis

DbSyncAdapter Klasse

DbSyncAdapter-Member

Microsoft.Synchronization.Data-Namespace