RemoveAt Método (Int32)
Removes the parameter at the specified index of the AdomdParameterCollection object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Sub RemoveAt ( _
As Integer _
)
'Uso
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
)
Parámetros
- __unnamed0
Tipo: System. . :: . .Int32
The index of the AdomdParameter object to remove from the AdomdParameterCollection object.