DismissedValidationResultCollection.Add(ValidationResult, String) Method
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.
Appends the specified validation result of the collection.
public Microsoft.AnalysisServices.DismissedValidationResult Add (Microsoft.AnalysisServices.ValidationResult validationResult, string comments);
member this.Add : Microsoft.AnalysisServices.ValidationResult * string -> Microsoft.AnalysisServices.DismissedValidationResult
Public Function Add (validationResult As ValidationResult, comments As String) As DismissedValidationResult
Parameters
- validationResult
- ValidationResult
The validation result to add.
- comments
- String
The comments associated with the validation result.
Returns
The newly added validation result.