DismissedValidationRuleCollection Class
Applies To: SQL Server (starting with 2016)
Represents a collection of DismissedValidationRule objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.DismissedValidationRuleCollection
Syntax
public sealed class DismissedValidationRuleCollection : ICollection,
IEnumerable
public ref class DismissedValidationRuleCollection sealed : ICollection,
IEnumerable
[<Sealed>]
type DismissedValidationRuleCollection =
class
interface ICollection
interface IEnumerable
end
Public NotInheritable Class DismissedValidationRuleCollection
Implements ICollection, IEnumerable
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the collection. |
Methods
Name | Description | |
---|---|---|
Add(ValidationRule, String) | ||
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Remove(DismissedValidationRule) | ||
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | ||
IEnumerable.GetEnumerator() | ||
ICollection.IsSynchronized | ||
ICollection.SyncRoot |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.AnalysisServices Namespace
Return to top