SqlDdlTriggerScope Enumeration

Models the scope for a Data Definition Language (DDL) trigger that is associated with a data definition change event.

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

Syntax

'Declaration
Public Enumeration SqlDdlTriggerScope
public enum SqlDdlTriggerScope
public enum class SqlDdlTriggerScope
type SqlDdlTriggerScope
public enum SqlDdlTriggerScope

Members

Member name Description
Unknown Specifies that the trigger scope is unknown.
Database Applies the scope of a DDL trigger to the current database.
AllServer Applies the scope of a DDL or logon trigger to the current server.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace