ModelComponent.Validate Method (ValidationErrorCollection, Boolean, ServerEdition)
SQL Server 2012
Indicates whether a ModelComponent object is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public function Validate( errors : ValidationErrorCollection, includeDetailedErrors : boolean, serverEdition : ServerEdition ) : boolean
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.