This topic has not yet been rated - Rate this topic

ModelComponent.Validate Method (ValidationErrorCollection, Boolean)

Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public bool Validate(
	ValidationErrorCollection errors,
	bool includeDetailedErrors
)

Parameters

errors
Type: Microsoft.AnalysisServices.ValidationErrorCollection
A collection within which errors can be logged.
includeDetailedErrors
Type: System.Boolean
true if detailed errors is enabled; otherwise false.

Return Value

Type: System.Boolean
A collection of errors encountered.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.