ModelComponent.Validate Method (ValidationErrorCollection, Boolean)
SQL Server 2008 R2
Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public bool Validate( ValidationErrorCollection errors, bool includeDetailedErrors )
Parameters
- errors
- Type: Microsoft.AnalysisServices.ValidationErrorCollection
A collection within which errors can be logged.
- includeDetailedErrors
- Type: System.Boolean
true if detailed errors is enabled; otherwise false.
