Compartir a través de


Clase ValidationResultCollection

Represents a collection of result objects during validation.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.ValidationResultCollection

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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

El tipo ValidationResultCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ValidationResultCollection Initializes a new instance of the ValidationResultCollection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of validation result objects in the collection.
Propiedad pública Item Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Arriba

Métodos

  Nombre Descripción
Método público Clear Removes all results from the current ValidationResultCollection object.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo Copies the ValidationResultCollection object to an Array object.
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Retrieves an enumerator that can iterate through the ValidationResultCollection object.
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized Gets a value indicating whether the ValidationResultCollection object is synchronized.
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection of controls.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices