Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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: System.Object
The AdomdParameter object to remove from the collection.