Condividi tramite


Metodo Remove

Removes the first occurrence of a specific parameter from the AdomdParameterCollection object.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
     As AdomdParameter _
)
'Utilizzo
Dim instance As AdomdParameterCollection
Dim  As AdomdParameter

instance.Remove()
public void Remove(
    AdomdParameter 
)
public:
virtual void Remove(
    AdomdParameter^ 
) sealed
abstract Remove : 
        :AdomdParameter -> unit 
override Remove : 
        :AdomdParameter -> unit 
public final function Remove(
     : AdomdParameter
)

Parametri