Classe ValidationResultCollection

Represents a collection of result objects during validation.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.ValidationResultCollection

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

Syntaxe

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

Le type ValidationResultCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ValidationResultCollection Initializes a new instance of the ValidationResultCollection class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of validation result objects in the collection.
Propriété publique Item Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clear Removes all results from the current ValidationResultCollection object.
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 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 ValidationResultCollection object to an Array object.
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Retrieves an enumerator that can iterate through the ValidationResultCollection object.
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized Gets a value indicating whether the ValidationResultCollection object is synchronized.
Implémentation d'interface explicitePropriété privée ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection of controls.

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