Clase DismissedValidationRuleCollection
Represents a collection of DismissedValidationRule objects.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.DismissedValidationRuleCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class DismissedValidationRuleCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As DismissedValidationRuleCollection
public sealed class DismissedValidationRuleCollection : ICollection,
IEnumerable
public ref class DismissedValidationRuleCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type DismissedValidationRuleCollection =
class
interface ICollection
interface IEnumerable
end
public final class DismissedValidationRuleCollection implements ICollection, IEnumerable
El tipo DismissedValidationRuleCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of elements contained in the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds the specified DismissedValidationRule to the collection. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
Remove | Removes the specified DismissedValidationRule from the collection. | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection.CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. | |
ICollection.IsSynchronized | Gets a value that indicates whether access to the DismissedValidationRuleCollection is synchronized. | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the DismissedValidationRule. |
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.