ModelComponent.Validate Method

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Overload List

Name Description
System_CAPS_pubmethod Validate(ValidationErrorCollection)

Validates the element to which it is appended; returns any errors encountered in a collection.

System_CAPS_pubmethod Validate(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.

System_CAPS_pubmethod Validate(ValidationErrorCollection, Boolean, ServerEdition)

Indicates whether a ModelComponent object is valid.

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top