Método AdomdParameterCollection.IList.Remove
Removes the first occurrence of the AdomdParameter object from the collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Private Sub Remove ( _
pObj As Object _
) Implements IList.Remove
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- pObj
Tipo: System.Object
The AdomdParameter object to remove from the collection.