Méthode AdomdParameterCollection.RemoveAt (String)
Removes the parameter specified by name in the AdomdParameterCollection object.
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
- __unnamed0
Type : System.String
The name of the AdomdParameter object to remove from the AdomdParameterCollection object.
Implémente
IDataParameterCollection.RemoveAt(String)