AnnotationCollection.Remove Method

Definition

Overloads

Remove(String)

Removes the Annotation with the specified Name from this collection.

Remove(Annotation)

Removes the specified Annotation from this collection.

Remove(String)

Removes the Annotation with the specified Name from this collection.

public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

The Name of the Annotation to remove.

Applies to

Remove(Annotation)

Removes the specified Annotation from this collection.

public void Remove (Microsoft.AnalysisServices.Annotation item);
member this.Remove : Microsoft.AnalysisServices.Annotation -> unit
Public Sub Remove (item As Annotation)

Parameters

item
Annotation

The Annotation to remove.

Applies to