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 | |
---|---|---|
ValidationResultCollection | Initializes a new instance of the ValidationResultCollection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of validation result objects in the collection. | |
Item | Gets a reference to the validation at the specified index location in the ValidationResultCollection object. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clear | Removes all results from the current ValidationResultCollection object. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection.CopyTo | Copies the ValidationResultCollection object to an Array object. | |
IEnumerable.GetEnumerator | Retrieves an enumerator that can iterate through the ValidationResultCollection object. | |
ICollection.IsSynchronized | Gets a value indicating whether the ValidationResultCollection object is synchronized. | |
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.