Compartilhar via


AnnotationCollection.Remove Método

Definição

Sobrecargas

Remove(String)

Remove o Annotation com o nome especificado da coleção.

Remove(Annotation)

Remove o Annotation especificado desta coleção.

Remove(String)

Remove o Annotation com o nome especificado da coleção.

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

Parâmetros

name
String

O nome do Annotation a ser removido.

Aplica-se a

Remove(Annotation)

Remove o Annotation especificado desta coleção.

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

Parâmetros

item
Annotation

O Annotation a ser removido.

Aplica-se a