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
名稱 | Description | |
---|---|---|
Count | Gets the number of objects in the referenced collection. | |
IsSynchronized | Gets whether or not access to the collection is synchronized and is therefore thread-safe. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
CopyTo | Copies the collection to an array. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Gets an enumerator that is used to iterate through the objects in a collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Refresh | Refreshes the collection. | |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
InitList | ||
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
ReplicationBaseCollection Class
Microsoft.SqlServer.Replication Namespace