AnnotationCollection.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Remove(String) |
從此集合中移除具有指定名稱的 Annotation。 |
Remove(Annotation) |
從此集合移除指定的 Annotation。 |
Remove(String)
從此集合中移除具有指定名稱的 Annotation。
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
參數
- name
- String
要移除的 Annotation 名稱。
適用於
Remove(Annotation)
從此集合移除指定的 Annotation。
public void Remove (Microsoft.AnalysisServices.Annotation item);
member this.Remove : Microsoft.AnalysisServices.Annotation -> unit
Public Sub Remove (item As Annotation)
參數
- item
- Annotation
要移除的 Annotation。