UserDefinedFunction.DropIfExists 方法

定义

使用 IF EXISTS 选项删除对象。 如果 drop 函数的对象无效,将返回而不例外。

public void DropIfExists();
abstract member DropIfExists : unit -> unit
override this.DropIfExists : unit -> unit
Public Sub DropIfExists ()

实现

适用于