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