Metodo AdomdParameterCollection.RemoveAt (Int32)

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Sub RemoveAt ( _
    As Integer _
)
'Utilizzo
Dim instance As AdomdParameterCollection 
DimAs 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
)

Parametri

Vedere anche

Riferimento

AdomdParameterCollection Classe

Overload RemoveAt

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer