Clase DismissedValidationResultCollection
Represents a collection of validation result objects.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.DismissedValidationResultCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
El tipo DismissedValidationResultCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of validation result objects in the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Appends the specified validation result of the collection. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
Remove | Removes the specified validation result object. | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection.CopyTo | Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface. | |
IEnumerable.GetEnumerator | Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object. | |
ICollection.IsSynchronized | Gets a value indicating whether access to the DismissedValidationResultCollection is synchronized (thread safe). | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the DismissedValidationResultCollection. |
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.