ModelComponentCollection.Remove 方法

Removes the specified IModelComponent from the collection.

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

语法

声明
Protected Friend Sub Remove ( _
    item As IModelComponent _
)
用法
Dim item As IModelComponent 

Me.Remove(item)
protected internal void Remove(
    IModelComponent item
)
protected public:
void Remove(
    IModelComponent^ item
)
member Remove : 
        item:IModelComponent -> unit
function Remove(
    item : IModelComponent
)

参数

请参阅

参考

ModelComponentCollection 类

Microsoft.AnalysisServices 命名空间