AnnotationCollection.Remove Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remove(String) |
Supprime de cette collection l’objet Annotation avec le nom spécifié. |
Remove(Annotation) |
Supprime l’objet Annotation spécifié de cette collection. |
Supprime de cette collection l’objet Annotation avec le nom spécifié.
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
Paramètres
- name
- String
Nom de l’objet Annotation à supprimer.
S’applique à
Analysis Services SDK for .NET latest
Produit | Versions |
---|---|
Analysis Services SDK for .NET | latest |
Supprime l’objet Annotation spécifié de cette collection.
public void Remove (Microsoft.AnalysisServices.Annotation item);
member this.Remove : Microsoft.AnalysisServices.Annotation -> unit
Public Sub Remove (item As Annotation)
Paramètres
- item
- Annotation
Annotation à supprimer.
S’applique à
Analysis Services SDK for .NET latest
Produit | Versions |
---|---|
Analysis Services SDK for .NET | latest |