AdomdParameterCollection.IList.Remove 方法
Removes the first occurrence of the AdomdParameter object from the collection.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Private Sub Remove ( _
pObj As Object _
) Implements IList.Remove
用法
Dim instance As AdomdParameterCollection
Dim pObj As Object
CType(instance, IList).Remove(pObj)
void IList.Remove(
Object pObj
)
private:
virtual void Remove(
Object^ pObj
) sealed = IList::Remove
private abstract Remove :
pObj:Object -> unit
private override Remove :
pObj:Object -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- pObj
类型:System.Object
The AdomdParameter object to remove from the collection.