AdomdParameterCollection.IList.Remove Method
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Private Sub Remove ( _
pObj As Object _
) Implements IList.Remove
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- pObj
Type: System.Object