AdomdRestrictionCollection.IList.Remove 方法

Removes the first occurrence of the specified object from the AdomdRestrictionCollection.

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

语法

声明
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
用法
Dim instance As AdomdRestrictionCollection 
Dim value As Object 

CType(instance, IList).Remove(value)
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit  
private override Remove : 
        value:Object -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

实现

IList.Remove(Object)

请参阅

参考

AdomdRestrictionCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间