ReplicationBaseCollection Members

The base class that is used in the construction of replication object collections. It contains functionality that is common to the replication object collections.

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

Public Properties

  Name Description
ms158323.pubproperty(en-US,SQL.90).gif Count Gets the number of objects in the referenced collection.
ms158323.pubproperty(en-US,SQL.90).gif IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe.
ms158323.pubproperty(en-US,SQL.90).gif SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms158323.pubmethod(en-US,SQL.90).gif CopyTo Copies the collection to an array.
ms158323.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms158323.pubmethod(en-US,SQL.90).gif GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection.
ms158323.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms158323.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms158323.pubmethod(en-US,SQL.90).gifms158323.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms158323.pubmethod(en-US,SQL.90).gif Refresh Refreshes the collection.
ms158323.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms158323.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms158323.protmethod(en-US,SQL.90).gif InitList  
ms158323.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ReplicationBaseCollection Class
Microsoft.SqlServer.Replication Namespace