Partager via


AdomdParameterCollection.RemoveAt Method (String)

Removes the parameter specified by name in the AdomdParameterCollection object.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public Sub RemoveAt ( _
    parameterName As String _
)
public void RemoveAt (
    string parameterName
)
public:
virtual void RemoveAt (
    String^ parameterName
) sealed
public final void RemoveAt (
    String parameterName
)
public final function RemoveAt (
    parameterName : String
)

Paramètres

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdParameterCollection Class
AdomdParameterCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace