ModelComponentCollection.IModelComponentCollection.Remove 方法 (IModelComponent, Boolean)

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

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

语法

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

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

参数

  • cleanUp
    类型:System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

实现

IModelComponentCollection.Remove(IModelComponent, Boolean)

请参阅

参考

ModelComponentCollection 类

Remove 重载

Microsoft.AnalysisServices 命名空间