SyncDataColumnCollection Class

A collection of the names of columns from tables in the server database.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.Server.SyncDataColumnCollection

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

Syntax

'Declaration
Public NotInheritable Class SyncDataColumnCollection _
    Implements IEnumerable
'Usage
Dim instance As SyncDataColumnCollection
public sealed class SyncDataColumnCollection : IEnumerable
public ref class SyncDataColumnCollection sealed : IEnumerable
[<SealedAttribute>]
type SyncDataColumnCollection =  
    class
        interface IEnumerable
    end
public final class SyncDataColumnCollection implements IEnumerable

The SyncDataColumnCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of column names in the collection.
Public property Item Gets or sets a column name in the collection at the specified index.

Top

Methods

  Name Description
Public method Add Adds a column name to the end of the collection.
Public method AddRange Adds an array of column names to the end of the collection.
Public method Clear Clears the collection of all column names.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the column name collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveAt Removes the column name at the specified index in the collection.
Public method ToString (Inherited from Object.)

Top

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

Microsoft.Synchronization.Data.Server Namespace