Condividi tramite


Classe ValidationResultCollection

Represents a collection of result objects during validation.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.ValidationResultCollection

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ValidationResultCollection _
    Implements ICollection, IEnumerable
'Utilizzo
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

Nel tipo ValidationResultCollection sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ValidationResultCollection Initializes a new instance of the ValidationResultCollection class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of validation result objects in the collection.
Proprietà pubblica Item Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clear Removes all results from the current ValidationResultCollection object.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICollection.CopyTo Copies the ValidationResultCollection object to an Array object.
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Retrieves an enumerator that can iterate through the ValidationResultCollection object.
Implementazione esplicita dell'interfacciaProprietà privata ICollection.IsSynchronized Gets a value indicating whether the ValidationResultCollection object is synchronized.
Implementazione esplicita dell'interfacciaProprietà privata ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection of controls.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices