Level.Validate(ValidationErrorCollection, Boolean, ServerEdition) Method

Definition

Indicates whether the Level object is valid.

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

A collection of ValidationError objects.

includeDetailedErrors
Boolean

true to include detailed errors in the errors parameter; otherwise, false.

serverEdition
ServerEdition

The analysis services server edition.

Returns

true if the action is properly configured; otherwise, false.

Applies to