Compartilhar via


Método AdomdParameterCollection.RemoveAt (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Sub RemoveAt ( _
    As String _
)
'Uso
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
)

Parâmetros

Implementa

IDataParameterCollection.RemoveAt(String)

Consulte também

Referência

AdomdParameterCollection Classe

Sobrecarregado RemoveAt

Namespace Microsoft.AnalysisServices.AdomdServer