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