ModelComponentCollection.Remove(IModelComponent) 方法

定义

从集合删除指定的 IModelComponent。

protected internal void Remove (Microsoft.AnalysisServices.IModelComponent item);
member this.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
Protected Friend Sub Remove (item As IModelComponent)

参数

item
IModelComponent

要删除的 IModelComponent。

适用于