AdomdParameterCollection.IList.Remove Method

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)

See Also

Reference

AdomdParameterCollection Class

Microsoft.AnalysisServices.AdomdServer Namespace