Метод ReportParameterCollection.Remove (ReportParameter)
Removes the specified ReportParameter from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As ReportParameter _
)
'Применение
Dim instance As ReportParameterCollection
Dim item As ReportParameter
instance.Remove(item)
public void Remove(
ReportParameter item
)
public:
void Remove(
ReportParameter^ item
)
member Remove :
item:ReportParameter -> unit
public function Remove(
item : ReportParameter
)
Параметры
- item
Тип: Microsoft.AnalysisServices.ReportParameter
The ReportParameter to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item does not exist in the collection. |