ValidationErrorCollection.Add 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 Add(IModelComponent, String)

Creates and adds a ValidationError, with the specified IModelComponent value and error description, to the end of the collection.

System_CAPS_pubmethod Add(IModelComponent, String, ErrorPriority)

Creates and adds a ValidationError, with the specified IModelComponent value, error description, and ErrorPriority value, to the end of the collection.

System_CAPS_pubmethod Add(IModelComponent, String, ErrorPriority, Int32)

Creates and adds a ValidationError, with the specified IModelComponent value, error description, ErrorPriority value, and error code, to the end of the collection.

System_CAPS_pubmethod Add(IModelComponent, String, Int32)

Creates and adds a ValidationError, with the specified IModelComponent value, error description, and error code, to the end of the collection.

System_CAPS_pubmethod Add(ValidationError)

Adds a ValidationError to the end of the collection.

See Also

ValidationErrorCollection Class
Microsoft.AnalysisServices Namespace

Return to top