ModelComponentCollection.IList.Clear 方法

Removes all items from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Private Sub Clear Implements IList.Clear
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

实现

IList.Clear()

请参阅

参考

ModelComponentCollection 类

Microsoft.AnalysisServices 命名空间