Méthode AdomdParameterCollection.RemoveAt (String)
Removes the parameter specified by name in the AdomdParameterCollection object.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Sub RemoveAt ( _
parameterName As String _
)
'Utilisation
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
)
Paramètres
- parameterName
Type : System.String
The name of the AdomdParameter object to remove from the AdomdParameterCollection object.
Implémente
IDataParameterCollection.RemoveAt(String)