次の方法で共有


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 それ以外の場合は 。

適用対象