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 | |
---|---|---|
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from ModelComponent.) |
|
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.) |
|
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Determines whether the NamedComponent is valid.(Inherited from NamedComponent.) |
|
Validate(ValidationResultCollection) | Indicates whether the MajorObject is valid. |
|
Validate(ValidationResultCollection, ValidationOptions) | Indicates whether the MajorObject is valid. |
|
Validate(ValidationResultCollection, ValidationOptions, ServerEdition) | Indicates whether the MajorObject is valid. |
See Also
MajorObject Class
Microsoft.AnalysisServices Namespace
Return to top