Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first occurrence of a specific parameter from the AdomdParameterCollection object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub Remove ( _
As AdomdParameter _
)
'Usage
Dim instance As AdomdParameterCollection
DimAs 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
)
Parameters
- Type: Microsoft.AnalysisServices.AdomdServer.AdomdParameter
The AdomdParameter object to remove from the AdomdParameterCollection object.