ModelComponentCollection.IList.Clear Method ()

 

Applies To: SQL Server (starting with 2016)

Removes all items from the collection.

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

Syntax

void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
private abstract Clear : unit -> unit
private override Clear : unit -> unit
Private Sub Clear
    Implements IList.Clear

Implements

IList.Clear()

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top