This topic has not yet been rated - Rate this topic

ModelComponent.Validate Method (ValidationErrorCollection, Boolean, ServerEdition)

Indicates whether a ModelComponent object is valid.

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

Parameters

errors
Type: Microsoft.AnalysisServices.ValidationErrorCollection
A collection of validation errors.
includeDetailedErrors
Type: System.Boolean
true to include detailed errors; otherwise, false.
serverEdition
Type: Microsoft.AnalysisServices.ServerEdition
The server edition.

Return Value

Type: System.Boolean
true if a ModelComponent object is valid; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.