DatabaseDdlTriggerEventType Enumeration
Represents a database DDL trigger event type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Enumeration DatabaseDdlTriggerEventType
'Usage
Dim instance As DatabaseDdlTriggerEventType
public enum DatabaseDdlTriggerEventType
public enum class DatabaseDdlTriggerEventType
type DatabaseDdlTriggerEventType
public enum DatabaseDdlTriggerEventType
Members
Member name | Description | |
---|---|---|
AlterApplicationRole | The AlterApplicationRole event. | |
AlterAssembly | The AlterAssembly event. | |
AlterAuthorizationDatabase | The AlterAuthorizationDatabase event. | |
AlterCertificate | The AlterCertificate event. | |
AlterFulltextCatalog | The AlterFulltextCatalog event. | |
AlterFulltextIndex | The AlterFulltextIndex event. | |
AlterFunction | The AlterFunction event. | |
AlterIndex | The AlterIndex event. | |
AlterMessageType | The AlterMessageType event. | |
AlterPartitionFunction | The AlterPartitionFunction event. | |
AlterPartitionScheme | The AlterPartitionScheme event. | |
AlterPlanGuide | The AlterPlanGuide event. | |
AlterProcedure | The AlterProcedure event. | |
AlterQueue | The AlterQueue event. | |
AlterRemoteServiceBinding | The AlterRemoteServiceBinding event. | |
AlterRole | The AlterRole event. | |
AlterRoute | The AlterRoute event. | |
AlterSchema | The AlterSchema event. | |
AlterService | The AlterService event. | |
AlterTable | The AlterTable event. | |
AlterTrigger | The AlterTrigger event. | |
AlterUser | The AlterUser event. | |
AlterView | The AlterView event. | |
AlterXmlSchemaCollection | The AlterXmlSchemaCollection event. | |
BindDefault | The BindDefault event. | |
BindRule | The BindRule event. | |
CreateApplicationRole | The CreateApplicationRole event. | |
CreateAssembly | The CreateAssembly event. | |
CreateCertificate | The CreateCertificate event. | |
CreateContract | The CreateContract event. | |
CreateDefault | The CreateDefault event. | |
CreateEventNotification | The CreateEventNotification event. | |
CreateExtendedProperty | The CreateExtendedProperty event. | |
CreateFulltextCatalog | The CreateFulltextCatalog event. | |
CreateFulltextIndex | The CreateFulltextIndex event. | |
CreateFunction | The CreateFunction event. | |
CreateIndex | The CreateIndex event. | |
CreateMessageType | The CreateMessageType event. | |
CreatePartitionFunction | The CreatePartitionFunction event. | |
CreatePartitionScheme | The CreatePartitionScheme event. | |
CreatePlanGuide | The CreatePlanGuide event. | |
CreateProcedure | The CreateProcedure event. | |
CreateQueue | The CreateQueue event. | |
CreateRemoteServiceBinding | The CreateRemoteServiceBinding event. | |
CreateRole | The CreateRole event. | |
CreateRoute | The CreateRoute event. | |
CreateRule | The CreateRule event. | |
CreateSchema | The CreateSchema event. | |
CreateService | The CreateService event. | |
CreateSpatialIndex | The CreateSpatialIndex event. | |
CreateStatistics | The CreateStatistics event. | |
CreateSynonym | The CreateSynonym event. | |
CreateTable | The CreateTable event. | |
CreateTrigger | The CreateTrigger event. | |
CreateType | The CreateType event. | |
CreateUser | The CreateUser event. | |
CreateView | The CreateView event. | |
CreateXmlIndex | The CreateXmlIndex event. | |
CreateXmlSchemaCollection | The CreateXmlSchemaCollection event. | |
DenyDatabase | The DenyDatabase event. | |
DropApplicationRole | The DropApplicationRole event. | |
DropAssembly | The DropAssembly event. | |
DropCertificate | The DropCertificate event. | |
DropContract | The DropContract event. | |
DropDefault | The DropDefault event. | |
DropEventNotification | The DropEventNotification event. | |
DropExtendedProperty | The DropExtendedProperty event. | |
DropFulltextCatalog | The DropFulltextCatalog event. | |
DropFulltextIndex | The DropFulltextIndex event. | |
DropFunction | The DropFunction event. | |
DropIndex | The DropIndex event. | |
DropMessageType | The DropMessageType event. | |
DropPartitionFunction | The DropPartitionFunction event. | |
DropPartitionScheme | The DropPartitionScheme event. | |
DropPlanGuide | The DropPlanGuide event. | |
DropProcedure | The DropProcedure event. | |
DropQueue | The DropQueue event. | |
DropRemoteServiceBinding | The DropRemoteServiceBinding event. | |
DropRole | The DropRole event. | |
DropRoute | The DropRoute event. | |
DropRule | The DropRule event. | |
DropSchema | The DropSchema event. | |
DropService | The DropService event. | |
DropStatistics | The DropStatistics event. | |
DropSynonym | The DropSynonym event. | |
DropTable | The DropTable event. | |
DropTrigger | The DropTrigger event. | |
DropType | The DropType event. | |
DropUser | The DropUser event. | |
DropView | The DropView event. | |
DropXmlSchemaCollection | The DropXmlSchemaCollection event. | |
GrantDatabase | The GrantDatabase event. | |
RevokeDatabase | The RevokeDatabase event. | |
UpdateStatistics | The UpdateStatistics event |