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)
'Usage
Dim instance As SyncColumnMappingCollection
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.

See Also

Reference

SyncColumnMappingCollection Members
Microsoft.Synchronization.Data.Server Namespace