AnnotationCollection.Clear Method ()

 

Applies To: SQL Server (starting with 2016)

Removes all elements from the collection.

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

Syntax

public void Clear()
public:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Public Sub Clear

Implements

IList.Clear()

See Also

AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top