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
)
參數
- item
型別:Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.