AdomdParameterCollection.RemoveAt Method (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Sub RemoveAt ( _
     As String _
)
'Usage
Dim instance As AdomdParameterCollection
Dim  As String

instance.RemoveAt()
public void RemoveAt(
    string 
)
public:
virtual void RemoveAt(
    String^ 
) sealed
abstract RemoveAt : 
        :string -> unit 
override RemoveAt : 
        :string -> unit 
public final function RemoveAt(
     : String
)

Parameters

Implements

IDataParameterCollection.RemoveAt(String)