ValidationErrorCollection.Remove Method (ValidationError)
Applies To: SQL Server (starting with 2016)
Removes the specified ValidationError from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public void Remove(
ValidationError item
)
public:
void Remove(
ValidationError^ item
)
member Remove :
item:ValidationError -> unit
Public Sub Remove (
item As ValidationError
)
Parameters
item
Type: Microsoft.AnalysisServices.ValidationErrorThe ValidationError to remove.
Exceptions
Exception | Condition |
---|---|
Exception | item does not exist in the collection. |
See Also
ValidationErrorCollection Class
Microsoft.AnalysisServices Namespace
Return to top