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
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncDataColumnCollection
Implements IEnumerable
'Usage
Dim instance As SyncDataColumnCollection
[SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")]
[DefaultMemberAttribute("Item")]
public sealed class SyncDataColumnCollection : IEnumerable
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1010:CollectionsShouldImplementGenericInterface")]
[DefaultMemberAttribute(L"Item")]
public ref class SyncDataColumnCollection sealed : IEnumerable
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") */
/** @attribute DefaultMemberAttribute("Item") */
public final class SyncDataColumnCollection implements IEnumerable
SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")
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.
See Also
Reference
SyncDataColumnCollection Members
Microsoft.Synchronization.Data.Server Namespace