RelationalAnnotations.RemoveAnnotation(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試移除具有指定名稱的注釋,並傳回是否成功。
public virtual bool RemoveAnnotation (string annotationName);
abstract member RemoveAnnotation : string -> bool
override this.RemoveAnnotation : string -> bool
Public Overridable Function RemoveAnnotation (annotationName As String) As Boolean
參數
- annotationName
- String
要移除的批註名稱。
傳回
True
如果已移除批註,則為 ; false
否則。