MiningStructure.Validate 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 current mining structure and returns a collection of validation 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 validation error collection.
- includeDetailedErrors
- Boolean
true if details of the errors are returned; false if only the error ID is returned.
- serverEdition
- ServerEdition
The edition of the server against which the structure should be validated.
Returns
true if the current mining structure is validated; otherwise, false.