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 
DimAs 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

IDataParameterCollectionRemoveAt(String)

See Also

Reference

AdomdParameterCollection Class

RemoveAt Overload

Microsoft.AnalysisServices.AdomdServer Namespace