ValidationResultCollection Class

Represents a collection of result objects during validation.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ValidationResultCollection

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

Syntax

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

The ValidationResultCollection type exposes the following members.

Constructors

  Name Description
Public method ValidationResultCollection Initializes a new instance of the ValidationResultCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of validation result objects in the collection.
Public property Item Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Top

Methods

  Name Description
Public method Clear Removes all results from the current ValidationResultCollection object.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the ValidationResultCollection object to an Array object.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Retrieves an enumerator that can iterate through the ValidationResultCollection object.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a value indicating whether the ValidationResultCollection object is synchronized.
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection of controls.

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