Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.