SyncDataColumnCollection Class
A collection of the names of columns from tables in the server database.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncDataColumnCollection
Implements IEnumerable
[DefaultMemberAttribute("Item")]
public sealed class SyncDataColumnCollection : IEnumerable
[DefaultMemberAttribute(L"Item")]
public ref class SyncDataColumnCollection sealed : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public final class SyncDataColumnCollection implements IEnumerable
DefaultMemberAttribute("Item")
public final class SyncDataColumnCollection implements IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.Server.SyncDataColumnCollection
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
SyncDataColumnCollection Members
Microsoft.Synchronization.Data.Server Namespace