Metodo AdomdParameterCollection.RemoveAt (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Sub RemoveAt ( _
    parameterName As String _
)
'Utilizzo
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
)

Parametri

Implementa

IDataParameterCollection.RemoveAt(String)

Vedere anche

Riferimento

AdomdParameterCollection Classe

Overload RemoveAt

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient