Compartilhar via


Classe DismissedValidationResultCollection

Represents a collection of validation result objects.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.DismissedValidationResultCollection

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

Sintaxe

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

O tipo DismissedValidationResultCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of validation result objects in the collection.

Início

Métodos

  Nome Descrição
Método público Add Appends the specified validation result of the collection.
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 Remove Removes the specified validation result 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 elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface.
Implementações de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object.
Implementações de interfaces explícitasPropriedade privada ICollection.IsSynchronized Gets a value indicating whether access to the DismissedValidationResultCollection is synchronized (thread safe).
Implementações de interfaces explícitasPropriedade privada ICollection.SyncRoot Gets an object that can be used to synchronize access to the DismissedValidationResultCollection.

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