Share via


Cube.Validate Method

Definition

Overloads

Validate(ValidationErrorCollection, Boolean, ServerEdition)

Determines whether the Cube 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 validation errors.

includeDetailedErrors
Boolean

true to include detailed errors; otherwise, false.

serverEdition
ServerEdition

The server edition.

Returns

true if the Cube is valid; otherwise, false.

Applies to

Validate(ValidationErrorCollection, Boolean, Boolean, ServerEdition)

Determines whether the Cube is valid.

public bool Validate(Microsoft.AnalysisServices.ValidationErrorCollection errors, bool includeDetailedErrors, bool validateBindings, Microsoft.AnalysisServices.ServerEdition serverEdition);
override this.Validate : Microsoft.AnalysisServices.ValidationErrorCollection * bool * bool * Microsoft.AnalysisServices.ServerEdition -> bool
Public Function Validate (errors As ValidationErrorCollection, includeDetailedErrors As Boolean, validateBindings As Boolean, serverEdition As ServerEdition) As Boolean

Parameters

errors
ValidationErrorCollection

A collection of validation errors.

includeDetailedErrors
Boolean

true to include detailed errors; otherwise, false.

validateBindings
Boolean

true to validate a collection of bindings; otherwise, false.

serverEdition
ServerEdition

The server edition.

Returns

true if the Cube is valid; otherwise, false.

Applies to