DbSyncColumnDescriptionCollection Class

Represents a collection of DbSyncColumnDescription objects.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<DbSyncColumnDescription>
    Microsoft.Synchronization.Data.DbSyncColumnDescriptionCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DbSyncColumnDescriptionCollection _
    Inherits Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As DbSyncColumnDescriptionCollection
[SerializableAttribute]
public class DbSyncColumnDescriptionCollection : Collection<DbSyncColumnDescription>
[SerializableAttribute]
public ref class DbSyncColumnDescriptionCollection : public Collection<DbSyncColumnDescription^>
[<SerializableAttribute>]
type DbSyncColumnDescriptionCollection =  
    class
        inherit Collection<DbSyncColumnDescription>
    end
public class DbSyncColumnDescriptionCollection extends Collection<DbSyncColumnDescription>

The DbSyncColumnDescriptionCollection type exposes the following members.

Constructors

  Name Description
Public method DbSyncColumnDescriptionCollection Initializes a new instance of the DbSyncColumnDescriptionCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<DbSyncColumnDescription>.)
Public property Item[Int32] (Inherited from Collection<DbSyncColumnDescription>.)
Public property Item[String] Gets a DbSyncColumnDescription object with the specified name from the collection.
Protected property Items (Inherited from Collection<DbSyncColumnDescription>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<DbSyncColumnDescription>.)
Public method Clear (Inherited from Collection<DbSyncColumnDescription>.)
Protected method ClearItems (Inherited from Collection<DbSyncColumnDescription>.)
Public method Contains (Inherited from Collection<DbSyncColumnDescription>.)
Public method CopyTo (Inherited from Collection<DbSyncColumnDescription>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<DbSyncColumnDescription>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<DbSyncColumnDescription>.)
Public method Insert (Inherited from Collection<DbSyncColumnDescription>.)
Protected method InsertItem (Inherited from Collection<DbSyncColumnDescription>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<DbSyncColumnDescription>.)
Public method RemoveAt (Inherited from Collection<DbSyncColumnDescription>.)
Protected method RemoveItem (Inherited from Collection<DbSyncColumnDescription>.)
Protected method SetItem (Inherited from Collection<DbSyncColumnDescription>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<DbSyncColumnDescription>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<DbSyncColumnDescription>.)

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 Namespace