Database.DismissedValidationRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of DismissedValidationRule associated with the Database.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DismissedValidationRuleCollection DismissedValidationRules { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DismissedValidationRules : Microsoft.AnalysisServices.DismissedValidationRuleCollection
Public ReadOnly Property DismissedValidationRules As DismissedValidationRuleCollection
Property Value
A collection of DismissedValidationRule associated with the Database.
- Attributes