Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first occurrence of the AdomdParameter object from the collection.
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: Object
The AdomdParameter object to remove from the collection.
Implements
IListRemove(Object)