Share via


SyncParameterCollection Members

A collection of SyncParameter objects.

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

Public Constructors

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

Top

Public Properties

(see also Protected Properties )

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

Top

Protected Properties

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

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

  Name Description
Bb726278.protmethod(en-US,SQL.90).gif ClearItems  (inherited from Collection )
Bb726278.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb726278.protmethod(en-US,SQL.90).gif InsertItem  (inherited from Collection )
Bb726278.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
Bb726278.protmethod(en-US,SQL.90).gif RemoveItem  (inherited from Collection )
Bb726278.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

SyncParameterCollection Class
Microsoft.Synchronization.Data Namespace