MiningModelColumn.Validate Method

Definition

Indicates whether the mining model collection is validated.

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 errors.

includeDetailedErrors
Boolean

The included detailed errors.

serverEdition
ServerEdition

The server edition.

Returns

True if the mining model collection is validated; otherwise, false.

Applies to