TriggerOptionType Enumeration

Specifies the trigger option type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration TriggerOptionType
'Usage
Dim instance As TriggerOptionType
[SerializableAttribute]
public enum TriggerOptionType
[SerializableAttribute]
public enum class TriggerOptionType
public enum TriggerOptionType

Members

Member name Description
Encryption Type is Encryption
ExecuteAsClause Type is ExecuteAsClause

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace