IModelComponentCollection.Remove 方法 (IModelComponent)

命名空间:  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 支持使用显式接口实现,但不支持声明新显式接口实现。

实现

IModelComponentCollection. . :: . .Remove(IModelComponent)