UserDefinedFunction.CreateOrAlter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create OR ALTER the object. First perform an internal check for existence. If object exists, take CREATE path; Otherwise take ALTER path. return without exception.
public void CreateOrAlter ();
abstract member CreateOrAlter : unit -> unit
override this.CreateOrAlter : unit -> unit
Public Sub CreateOrAlter ()