Méthode AdomdParameterCollection.RemoveAt (String)
Supprime le paramètre spécifié par nom dans l'objet AdomdParameterCollection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Sub RemoveAt ( _
As String _
)
'Utilisation
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
)
Paramètres
- Type : String
Nom de l'objet AdomdParameter à supprimer de l'objet AdomdParameterCollection.
Implémente
IDataParameterCollectionRemoveAt(String)