SyncColumnMappingCollection Class

Contains a collection of SyncColumnMapping objects.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public Class SyncColumnMappingCollection
    Inherits Collection(Of SyncColumnMapping)
public class SyncColumnMappingCollection : Collection<SyncColumnMapping>
public ref class SyncColumnMappingCollection : public Collection<SyncColumnMapping^>
public class SyncColumnMappingCollection extends Collection<SyncColumnMapping>
public class SyncColumnMappingCollection extends Collection<SyncColumnMapping>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.Server.SyncColumnMappingCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncColumnMappingCollection Members
Microsoft.Synchronization.Data.Server Namespace