ReplicationConnectionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ReplicationConnectionCollection class is a read-only collection of ReplicationConnection objects.
public ref class ReplicationConnectionCollection : System::Collections::ReadOnlyCollectionBase
public class ReplicationConnectionCollection : System.Collections.ReadOnlyCollectionBase
type ReplicationConnectionCollection = class
inherit ReadOnlyCollectionBase
Public Class ReplicationConnectionCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
Gets a ReplicationConnection object in this collection. |
Methods
| Name | Description |
|---|---|
| Contains(ReplicationConnection) |
Determines if the specified ReplicationConnection object is in this collection. |
| CopyTo(ReplicationConnection[], Int32) |
Copies all ReplicationConnection objects in this collection to the specified array, starting at the specified index of the target array. |
| IndexOf(ReplicationConnection) |
Returns the index of the first occurrence of the specified ReplicationConnection object in this collection. |