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