Remove méthode (Annotation)
Removes the specified Annotation from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As Annotation _
)
'Utilisation
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
)
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Annotation
The Annotation to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |