Compartilhar via


Classe ValidationResultCollection

Represents a collection of result objects during validation.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.ValidationResultCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public NotInheritable Class ValidationResultCollection _
    Implements ICollection, IEnumerable
'Uso
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

O tipo ValidationResultCollection expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ValidationResultCollection Initializes a new instance of the ValidationResultCollection class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of validation result objects in the collection.
Propriedade pública Item Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Início

Métodos

  Nome Descrição
Método público Clear Removes all results from the current ValidationResultCollection object.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICollection.CopyTo Copies the ValidationResultCollection object to an Array object.
Implementações de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Retrieves an enumerator that can iterate through the ValidationResultCollection object.
Implementações de interfaces explícitasPropriedade privada ICollection.IsSynchronized Gets a value indicating whether the ValidationResultCollection object is synchronized.
Implementações de interfaces explícitasPropriedade privada ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection of controls.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices