Freigeben über


DatabaseDdlTriggerEventSet-Klasse

The DatabaseDdlTriggerEventSet object represents a set of SQL Server database data definition language (DDL) trigger events.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .EventSetBase
    Microsoft.SqlServer.Management.Smo..::..DatabaseDdlTriggerEventSet

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Public NotInheritable Class DatabaseDdlTriggerEventSet _
    Inherits EventSetBase
'Usage
Dim instance As DatabaseDdlTriggerEventSet
public sealed class DatabaseDdlTriggerEventSet : EventSetBase
public ref class DatabaseDdlTriggerEventSet sealed : public EventSetBase
[<SealedAttribute>]
type DatabaseDdlTriggerEventSet =  
    class
        inherit EventSetBase
    end
public final class DatabaseDdlTriggerEventSet extends EventSetBase

Der DatabaseDdlTriggerEventSet-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DatabaseDdlTriggerEventSet() () () () Initializes a new instance of the DatabaseDdlTriggerEventSet class.
Öffentliche Methode DatabaseDdlTriggerEventSet(DatabaseDdlTriggerEvent) Initializes a new instance of the DatabaseDdlTriggerEventSet class with a specified event.
Öffentliche Methode DatabaseDdlTriggerEventSet(array<DatabaseDdlTriggerEvent> [] () [] []) Initializes a new instance of the DatabaseDdlTriggerEventSet class with a specified event.
Öffentliche Methode DatabaseDdlTriggerEventSet(DatabaseDdlTriggerEventSet) Initializes a new instance of the DatabaseDdlTriggerEventSet class with a specified event.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AddRoleMember Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AddSignature Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AddSignatureSchemaObject Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterApplicationRole Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an application role is altered.
Öffentliche Eigenschaft AlterAssembly Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an assembly is altered.
Öffentliche Eigenschaft AlterAsymmetricKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterAuthorizationDatabase Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an authorization database is altered.
Öffentliche Eigenschaft AlterBrokerPriority Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterCertificate Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterDatabaseAuditSpecification Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database audit specification is altered.
Öffentliche Eigenschaft AlterDatabaseEncryptionKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterExtendedProperty Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterFulltextCatalog Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterFulltextIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterFulltextStoplist Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a full-text search, stop list is altered.
Öffentliche Eigenschaft AlterFunction Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a user-defined function is altered.
Öffentliche Eigenschaft AlterIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an index is altered.
Öffentliche Eigenschaft AlterMasterKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterMessageType Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a message type is altered.
Öffentliche Eigenschaft AlterPartitionFunction Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a partition function is altered.
Öffentliche Eigenschaft AlterPartitionScheme Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is altered.
Öffentliche Eigenschaft AlterPlanGuide Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterProcedure Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is altered.
Öffentliche Eigenschaft AlterQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is altered.
Öffentliche Eigenschaft AlterRemoteServiceBinding Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is altered.
Öffentliche Eigenschaft AlterRole Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database role is altered.
Öffentliche Eigenschaft AlterRoute Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is altered.
Öffentliche Eigenschaft AlterSchema Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a schema is altered.
Öffentliche Eigenschaft AlterService Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is altered.
Öffentliche Eigenschaft AlterSymmetricKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft AlterTable Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a table is altered.
Öffentliche Eigenschaft AlterTrigger Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a trigger is altered.
Öffentliche Eigenschaft AlterUser Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database user is altered.
Öffentliche Eigenschaft AlterView Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a view is altered.
Öffentliche Eigenschaft AlterXmlSchemaCollection Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is altered.
Öffentliche Eigenschaft BindDefault Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft BindRule Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateApplicationRole Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an application role is created.
Öffentliche Eigenschaft CreateAssembly Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an assembly is created.
Öffentliche Eigenschaft CreateAsymmetricKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateBrokerPriority Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateCertificate Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateContract Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker contract is created.
Öffentliche Eigenschaft CreateDatabaseAuditSpecification Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database audit specification is created.
Öffentliche Eigenschaft CreateDatabaseEncryptionKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateDefault Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateEventNotification Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an event notification is created.
Öffentliche Eigenschaft CreateExtendedProperty Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateFulltextCatalog Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateFulltextIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateFulltextStoplist Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a full-text search, stop list is created.
Öffentliche Eigenschaft CreateFunction Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a user-defined function is created.
Öffentliche Eigenschaft CreateIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an index is created.
Öffentliche Eigenschaft CreateMasterKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateMessageType Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a message type is created.
Öffentliche Eigenschaft CreatePartitionFunction Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a partition function is created.
Öffentliche Eigenschaft CreatePartitionScheme Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is created.
Öffentliche Eigenschaft CreatePlanGuide Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateProcedure Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is created.
Öffentliche Eigenschaft CreateQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is created.
Öffentliche Eigenschaft CreateRemoteServiceBinding Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is created.
Öffentliche Eigenschaft CreateRole Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database role is created.
Öffentliche Eigenschaft CreateRoute Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is created.
Öffentliche Eigenschaft CreateRule Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateSchema Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a schema is created.
Öffentliche Eigenschaft CreateService Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is created.
Öffentliche Eigenschaft CreateSpatialIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateStatistics Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a statistics counter is created.
Öffentliche Eigenschaft CreateSymmetricKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft CreateSynonym Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a synonym is created.
Öffentliche Eigenschaft CreateTable Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a table is created.
Öffentliche Eigenschaft CreateTrigger Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a trigger is created.
Öffentliche Eigenschaft CreateType Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a type is created.
Öffentliche Eigenschaft CreateUser Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database user is created.
Öffentliche Eigenschaft CreateView Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a view is created.
Öffentliche Eigenschaft CreateXmlIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an XML index is created.
Öffentliche Eigenschaft CreateXmlSchemaCollection Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is created.
Öffentliche Eigenschaft DdlApplicationRoleEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlAssemblyEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlAsymmetricKeyEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlAuthorizationDatabaseEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlBrokerPriorityEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlCertificateEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlContractEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlCryptoSignatureEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlDatabaseAuditSpecificationEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlDatabaseEncryptionKeyEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlDatabaseLevelEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlDatabaseSecurityEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlDefaultEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlEventNotificationEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlExtendedPropertyEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlFulltextCatalogEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlFulltextStoplistEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlFunctionEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlGdrDatabaseEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlIndexEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlMasterKeyEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlMessageTypeEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlPartitionEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlPartitionFunctionEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlPartitionSchemeEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlPlanGuideEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlProcedureEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlQueueEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlRemoteServiceBindingEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlRoleEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlRouteEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlRuleEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlSchemaEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlServiceEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlSsbEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlStatisticsEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlSymmetricKeyEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlSynonymEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlTableEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlTableViewEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlTriggerEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlTypeEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlUserEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlViewEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DdlXmlSchemaCollectionEventsEvents Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DenyDatabase Gets or sets a Boolean property value that specifies whether events are included in the event set.
Öffentliche Eigenschaft Dirty Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when data stored in the cache needs refreshing is encountered.
Öffentliche Eigenschaft DropApplicationRole Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an application role is dropped.
Öffentliche Eigenschaft DropAssembly Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an assembly is dropped.
Öffentliche Eigenschaft DropAsymmetricKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropBrokerPriority Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropCertificate Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropContract Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker contract is dropped.
Öffentliche Eigenschaft DropDatabaseAuditSpecification Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database audit specification is dropped.
Öffentliche Eigenschaft DropDatabaseEncryptionKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropDefault Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropEventNotification Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an event notification is dropped.
Öffentliche Eigenschaft DropExtendedProperty Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropFulltextCatalog Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropFulltextIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropFulltextStoplist Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a full-text search, stop list is dropped.
Öffentliche Eigenschaft DropFunction Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a user-defined function is dropped.
Öffentliche Eigenschaft DropIndex Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an index is dropped.
Öffentliche Eigenschaft DropMasterKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropMessageType Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a message type is dropped.
Öffentliche Eigenschaft DropPartitionFunction Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a partition function is dropped.
Öffentliche Eigenschaft DropPartitionScheme Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is dropped.
Öffentliche Eigenschaft DropPlanGuide Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropProcedure Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is dropped.
Öffentliche Eigenschaft DropQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when Service Broker queue is dropped.
Öffentliche Eigenschaft DropRemoteServiceBinding Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is dropped.
Öffentliche Eigenschaft DropRole Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database role is dropped.
Öffentliche Eigenschaft DropRoleMember Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropRoute Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is dropped.
Öffentliche Eigenschaft DropRule Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropSchema Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a schema is dropped.
Öffentliche Eigenschaft DropService Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is dropped.
Öffentliche Eigenschaft DropSignature Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropSignatureSchemaObject Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropStatistics Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a statistics counter is dropped.
Öffentliche Eigenschaft DropSymmetricKey Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft DropSynonym Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a synonym is dropped.
Öffentliche Eigenschaft DropTable Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a table is dropped.
Öffentliche Eigenschaft DropTrigger Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a trigger is dropped.
Öffentliche Eigenschaft DropType Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a type is dropped.
Öffentliche Eigenschaft DropUser Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database user is dropped.
Öffentliche Eigenschaft DropView Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a view is dropped.
Öffentliche Eigenschaft DropXmlSchemaCollection Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is dropped.
Öffentliche Eigenschaft GrantDatabase Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when access is granted to the database.
Öffentliche Eigenschaft NumberOfElements Gets the number of events that are included in the event set. (Überschreibt EventSetBase. . :: . .NumberOfElements.)
Öffentliche Eigenschaft Rename Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft RevokeDatabase Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when access is revoked from the database.
Geschützte Eigenschaft Storage Gets or sets the bit array for event set storage. (Geerbt von EventSetBase.)
Öffentliche Eigenschaft UnbindDefault Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft UnbindRule Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Öffentliche Eigenschaft UpdateStatistics Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when statistics are updated.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(DatabaseDdlTriggerEvent) Returns a set of database DDL trigger events after adding a new event to the event referenced set.
Öffentliche MethodeStatisches Element Add(DatabaseDdlTriggerEventSet, DatabaseDdlTriggerEvent) Returns a set of database DDL trigger events after adding a new event to the event specified set.
Öffentliche Methode Copy Returns a copy of the event set. (Überschreibt EventSetBase. . :: . .Copy() () () ().)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode FitsMask Specifies whether the EventSetBase object fits the specified mask. (Geerbt von EventSetBase.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. (Geerbt von EventSetBase.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove Removes an event from the event set.
Geschützte Methode SetValue Sets the bit value at the specified index position. (Geerbt von EventSetBase.)
Öffentliche MethodeStatisches Element Subtract Returns a set of database DDL trigger events after removing an event from the event specified set.
Öffentliche Methode ToString Returns a string that represents the DatabaseDdlTriggerEventSet object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Addition Creates a database data definition language (DDL) trigger event set by performing an addition operation on a DatabaseDdlTriggerEvent object and a DatabaseDdlTriggerEventSet object.
Öffentlicher OperatorStatisches Element Subtraction Creates a database data definition language (DDL) trigger event set by performing a subtraction operation on a DatabaseDdlTriggerEvent object and a DatabaseDdlTriggerEventSet object.

Zum Anfang

Hinweise

DDL triggers run a Transact-SQL or user-defined function in response to certain DDL events. The DatabaseDdlTriggerEventSet object contains a property for each event to which the database DDL trigger responds.

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.