Metoda AnnotationCollection.Remove (Annotation)
Usuwa określony Annotation z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As Annotation _
)
'Użycie
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
)
Parametry
- item
Typ: Microsoft.AnalysisServices.Annotation
Annotation Do usunięcia.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | itemnie jest zawarty kolekcja. |
Zobacz także