DismissedValidationRuleCollection-Klasse
Represents a collection of DismissedValidationRule objects.
System.Object
Microsoft.AnalysisServices.DismissedValidationRuleCollection
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public NotInheritable Class DismissedValidationRuleCollection _
Implements ICollection, IEnumerable
'Usage
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
Der DismissedValidationRuleCollection-Typ macht folgende Elemente verfügbar.
Name | Beschreibung | |
---|---|---|
![]() |
Count | Gets the number of elements contained in the collection. |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
Add | Adds the specified DismissedValidationRule to the collection. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
Remove | Removes the specified DismissedValidationRule from the collection. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() ![]() |
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. |
Zum Anfang
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.