NamedComponent.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.(Inherited from ModelComponent.)

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.(Inherited from ModelComponent.)

System_CAPS_pubmethod Validate(ValidationErrorCollection, Boolean, ServerEdition)

Determines whether the NamedComponent is valid.(Overrides ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top