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