DismissedValidationResultCollection Class

Represents a collection of validation result objects.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.DismissedValidationResultCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public NotInheritable Class DismissedValidationResultCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As DismissedValidationResultCollection
public sealed class DismissedValidationResultCollection : ICollection, 
    IEnumerable
public ref class DismissedValidationResultCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type DismissedValidationResultCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class DismissedValidationResultCollection implements ICollection, IEnumerable

The DismissedValidationResultCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of validation result objects in the collection.

Top

Methods

  Name Description
Public method Add Appends the specified validation result of the collection.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Remove Removes the specified validation result object.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a value indicating whether access to the DismissedValidationResultCollection is synchronized (thread safe).
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that can be used to synchronize access to the DismissedValidationResultCollection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace