ValidationResultCollection.Clear Method ()

 

Applies To: SQL Server (starting with 2016)

Removes all results from the current ValidationResultCollection object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public void Clear()
public:
void Clear()
member Clear : unit -> unit
Public Sub Clear

See Also

ValidationResultCollection Class
Microsoft.AnalysisServices Namespace

Return to top