ReplicationOperationCollection 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 ReplicationOperationCollection class is a read-only collection that contains ReplicationOperation objects.
public ref class ReplicationOperationCollection : System::Collections::ReadOnlyCollectionBase
public class ReplicationOperationCollection : System.Collections.ReadOnlyCollectionBase
type ReplicationOperationCollection = class
inherit ReadOnlyCollectionBase
Public Class ReplicationOperationCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
Gets a ReplicationOperation object in this collection. |
Methods
| Name | Description |
|---|---|
| Contains(ReplicationOperation) |
Determines if the specified ReplicationOperation object is in this collection. |
| CopyTo(ReplicationOperation[], Int32) |
Copies all ReplicationOperation objects in this collection to the specified array, starting at the specified index of the target array. |
| IndexOf(ReplicationOperation) |
Returns the index of the first occurrence of the specified ReplicationOperation object in this collection. |