Partager via


RemoveAt méthode (Int32)

Removes the parameter at the specified index of the AdomdParameterCollection object.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public Sub RemoveAt ( _
     As Integer _
)
'Utilisation
Dim instance As AdomdParameterCollection
Dim  As Integer

instance.RemoveAt()
public void RemoveAt(
    int 
)
public:
virtual void RemoveAt(
    int 
) sealed
abstract RemoveAt : 
        :int -> unit 
override RemoveAt : 
        :int -> unit 
public final function RemoveAt(
     : int
)

Paramètres