共用方式為


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 命名空間