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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- item
型別:Microsoft.AnalysisServices.IModelComponent
The item to remove.
實作
IModelComponentCollection.Remove(IModelComponent)