Compartir a través de


AdomdParameterCollection.RemoveAt Método (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Sub RemoveAt ( _
    parameterName As String _
)
'Uso
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
)

Parámetros

Implementa

IDataParameterCollection.RemoveAt(String)

Vea también

Referencia

AdomdParameterCollection Clase

Sobrecarga de RemoveAt

Espacio de nombres Microsoft.AnalysisServices.AdomdClient