Compartilhar via


Método AdomdParameterCollection.RemoveAt (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

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

Sintaxe

'Declaração
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)

Consulte também

Referência

AdomdParameterCollection Classe

Sobrecarregado RemoveAt

Namespace Microsoft.AnalysisServices.AdomdClient