共用方式為


RelationalAnnotations.RemoveAnnotation(String) 方法

定義

嘗試移除具有指定名稱的注釋,並傳回是否成功。

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 否則。

適用於