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 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
- parameterName
Type: System.String
The name of the AdomdParameter object to remove from the AdomdParameterCollection object.
Implements
IDataParameterCollection.RemoveAt(String)