Database.DismissedValidationResults 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 DismissedValidationResult associated with the Database.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DismissedValidationResultCollection DismissedValidationResults { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DismissedValidationResults : Microsoft.AnalysisServices.DismissedValidationResultCollection
Public ReadOnly Property DismissedValidationResults As DismissedValidationResultCollection
Property Value
A collection of DismissedValidationResult associated with the Database.
- Attributes