Freigeben über


DismissedValidationResultCollection-Klasse

Represents a collection of validation result objects.

Vererbungshierarchie

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

Der DismissedValidationResultCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of validation result objects in the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Appends the specified validation result of the collection.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Remove Removes the specified validation result object.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

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

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