RemoveAt méthode (String)
Removes the parameter specified by name in the AdomdParameterCollection object.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans msmgdsrv.dll)
Syntaxe
'Déclaration
Public Sub RemoveAt ( _
As String _
)
'Utilisation
Dim instance As AdomdParameterCollection
Dim As 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.