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

System_CAPS_pubmethod Validate(ValidationResultCollection)

Indicates whether the MajorObject is valid.

System_CAPS_pubmethod Validate(ValidationResultCollection, ValidationOptions)

Indicates whether the MajorObject is valid.

System_CAPS_pubmethod Validate(ValidationResultCollection, ValidationOptions, ServerEdition)

Indicates whether the MajorObject is valid.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top