Метод AdomdParameterCollection.RemoveAt (Int32)
Removes the parameter at the specified index of the AdomdParameterCollection object.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Sub RemoveAt ( _
As Integer _
)
'Применение
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
)
Параметры
- __unnamed0
Тип: System.Int32
The index of the AdomdParameter object to remove from the AdomdParameterCollection object.