Classe DismissedValidationResultCollection

Represents a collection of validation result objects.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.DismissedValidationResultCollection

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DismissedValidationResultCollection _
    Implements ICollection, IEnumerable
'Utilisation
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

Le type DismissedValidationResultCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of validation result objects in the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Appends the specified validation result of the collection.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Remove Removes the specified validation result object.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface.
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object.
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized Gets a value indicating whether access to the DismissedValidationResultCollection is synchronized (thread safe).
Implémentation d'interface explicitePropriété privée ICollection.SyncRoot Gets an object that can be used to synchronize access to the DismissedValidationResultCollection.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices