Freigeben über


ValidationResultCollection-Klasse

Represents a collection of result objects during validation.

Vererbungshierarchie

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

Der ValidationResultCollection-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ValidationResultCollection Initializes a new instance of the ValidationResultCollection class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of validation result objects in the collection.
Öffentliche Eigenschaft Item Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clear Removes all results from the current ValidationResultCollection object.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo Copies the ValidationResultCollection object to an Array object.
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Retrieves an enumerator that can iterate through the ValidationResultCollection object.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized Gets a value indicating whether the ValidationResultCollection object is synchronized.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection of controls.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace