Share via


ExtendedProperty.CreateOrAlter Method

Definition

ExtendedProperty does not support "CREATE OR ALTER" syntax. Its implementation of CreateOrAlter uses "if not exists" combined with "sp_addextendedproperty" or "sp_updateextendedproperty" as appropriate.

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

Implements

Applies to