ModelComponentCollection.IModelComponentCollection.Remove 方法 (IModelComponent)

Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection.

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

语法

声明
Private Sub Remove ( _
    item As IModelComponent _
) Implements IModelComponentCollection.Remove
用法
Dim instance As ModelComponentCollection 
Dim item As IModelComponent 

CType(instance, IModelComponentCollection).Remove(item)
void IModelComponentCollection.Remove(
    IModelComponent item
)
private:
virtual void Remove(
    IModelComponent^ item
) sealed = IModelComponentCollection::Remove
private abstract Remove : 
        item:IModelComponent -> unit  
private override Remove : 
        item:IModelComponent -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

实现

IModelComponentCollection.Remove(IModelComponent)

请参阅

参考

ModelComponentCollection 类

Remove 重载

Microsoft.AnalysisServices 命名空间