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 parameter at the specified index of the AdomdParameterCollection object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
As Integer _
)
'Usage
Dim instance As AdomdParameterCollection
DimAs Integer
instance.RemoveAt()
public void RemoveAt(
int
)
public:
virtual void RemoveAt(
int
) sealed
abstract RemoveAt :
:int -> unit
override RemoveAt :
:int -> unit
public final function RemoveAt(
: int
)
Parameters
- Type: Int32
The index of the AdomdParameter object to remove from the AdomdParameterCollection object.