Compartir a través de


RemoveAt Método (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

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

Sintaxis

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