Freigeben über


ModelComponentCollection.IList.Clear-Methode

Removes all items from the collection.

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

Syntax

'Declaration
Private Sub Clear Implements IList.Clear
'Usage
Dim instance As ModelComponentCollection 

CType(instance, IList).Clear()
void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
private abstract Clear : unit -> unit  
private override Clear : unit -> unit
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Implementiert

IList.Clear()

Siehe auch

Verweis

ModelComponentCollection Klasse

Microsoft.AnalysisServices-Namespace