ICreateOrAlterable Interface

Definition

Interface for CreateOrAlter method. All classes that support create or alter implement this interface.

public interface ICreateOrAlterable
type ICreateOrAlterable = interface
Public Interface ICreateOrAlterable
Derived

Methods

CreateOrAlter()

Create OR ALTER the object. First perform setup for execution Then validate "CREATE OR ALTER" syntax through ScriptCreateOrAlter(), Finally execute the query and do cleanup. return without exception.

Applies to