Kpi.Validate(ValidationErrorCollection, Boolean, ServerEdition) 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.
Validates the Kpi object for errors.
public override bool Validate (Microsoft.AnalysisServices.ValidationErrorCollection errors, bool includeDetailedErrors, Microsoft.AnalysisServices.ServerEdition serverEdition);
override this.Validate : Microsoft.AnalysisServices.ValidationErrorCollection * bool * Microsoft.AnalysisServices.ServerEdition -> bool
Public Overrides Function Validate (errors As ValidationErrorCollection, includeDetailedErrors As Boolean, serverEdition As ServerEdition) As Boolean
Parameters
- errors
- ValidationErrorCollection
The collection to hold the errors during validation.
- includeDetailedErrors
- Boolean
true if the validation includes detailed errors; otherwise, false.
- serverEdition
- ServerEdition
The server edition.
Returns
The result of the validation.