ScriptAction 枚举

定义

指定脚本操作的枚举。

public enum ScriptAction
type ScriptAction = 
Public Enum ScriptAction
继承
ScriptAction

字段

Alter 2

Alter 操作。

AlterWithAllowCreate 3

AlterWithAllowCreate 操作。

Create 0

Create 操作。

CreateWithAllowOverwrite 1

CreateWithAllowOverwrite 操作。

Delete 4

Delete 操作。

适用于