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