Share via


SyncAdapterCollection Members

A collection of SyncAdapter objects.

The following tables list the members exposed by the SyncAdapterCollection type.

Public Constructors

  Name Description
SyncAdapterCollection Initializes a new instance of the SyncAdapterCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Bb686879.pubproperty(en-US,SQL.90).gif Count  (inherited from Collection )
Bb686879.pubproperty(en-US,SQL.90).gif Item Overloaded.  

Top

Protected Properties

  Name Description
Bb686879.protproperty(en-US,SQL.90).gif Items  (inherited from Collection )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb686879.pubmethod(en-US,SQL.90).gif Add  (inherited from Collection )
Bb686879.pubmethod(en-US,SQL.90).gif Clear  (inherited from Collection )
Bb686879.pubmethod(en-US,SQL.90).gif Contains Overloaded. Determines whether a specific SyncAdapter object is in the collection.
Bb686879.pubmethod(en-US,SQL.90).gif CopyTo  (inherited from Collection )
Bb686879.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb686879.pubmethod(en-US,SQL.90).gif GetEnumerator  (inherited from Collection )
Bb686879.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb686879.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb686879.pubmethod(en-US,SQL.90).gif IndexOf Overloaded. Searches for the specified SyncAdapter object, and returns the zero-based index of the first occurrence within the entire collection.
Bb686879.pubmethod(en-US,SQL.90).gif Insert  (inherited from Collection )
Bb686879.pubmethod(en-US,SQL.90).gif Bb686879.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb686879.pubmethod(en-US,SQL.90).gif Remove Overloaded. Removes the first occurrence of a specific SyncAdapter object from the collection.
Bb686879.pubmethod(en-US,SQL.90).gif RemoveAt  (inherited from Collection )
Bb686879.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb686879.protmethod(en-US,SQL.90).gif ClearItems  (inherited from Collection )
Bb686879.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb686879.protmethod(en-US,SQL.90).gif InsertItem  (inherited from Collection )
Bb686879.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
Bb686879.protmethod(en-US,SQL.90).gif RemoveItem  (inherited from Collection )
Bb686879.protmethod(en-US,SQL.90).gif SetItem  (inherited from Collection )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (inherited from Collection )
System.Collections.IEnumerable.GetEnumerator  (inherited from Collection )
System.Collections.IList.Add  (inherited from Collection )
System.Collections.IList.Contains  (inherited from Collection )
System.Collections.IList.IndexOf  (inherited from Collection )
System.Collections.IList.Insert  (inherited from Collection )
System.Collections.IList.Remove  (inherited from Collection )
System.Collections.Generic.ICollection.IsReadOnly  (inherited from Collection )
System.Collections.ICollection.IsSynchronized  (inherited from Collection )
System.Collections.ICollection.SyncRoot  (inherited from Collection )
System.Collections.IList.IsFixedSize  (inherited from Collection )
System.Collections.IList.IsReadOnly  (inherited from Collection )
System.Collections.IList.Item  (inherited from Collection )

Top

See Also

Reference

SyncAdapterCollection Class
Microsoft.Synchronization.Data.Server Namespace