Share via


AdomdParameterCollection.RemoveAt Method (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

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

Parameters

Implements

IDataParameterCollection.RemoveAt(String)

See Also

Reference

AdomdParameterCollection Class

RemoveAt Overload

Microsoft.AnalysisServices.AdomdClient Namespace