DatabaseEvent Members
The DatabaseEvent object represents the Microsoft SQL Server database events that can be included in a database event set.
The following tables list the members exposed by the DatabaseEvent type.
Public Properties
名稱 | Description | |
---|---|---|
AddRoleMember | ||
AlterApplicationRole | Gets a database event that can be included in the event set. | |
AlterAssembly | Gets a database event that can be included in the event set. | |
AlterAuthorizationDatabase | Gets a database event that can be included in the event set. | |
AlterCertificate | Gets a database event that can be included in the event set. | |
AlterFunction | Gets a database event that can be included in the event set. | |
AlterIndex | Gets a database event that can be included in the event set. | |
AlterMessageType | Gets a database event that can be included in the event set. | |
AlterPartitionFunction | Gets a database event that can be included in the event set. | |
AlterPartitionScheme | Gets a database event that can be included in the event set. | |
AlterProcedure | Gets a database event that can be included in the event set. | |
AlterQueue | Gets a database event that can be included in the event set. | |
AlterRemoteServiceBinding | Gets a database event that can be included in the event set. | |
AlterRole | Gets a database event that can be included in the event set. | |
AlterRoute | Gets a database event that can be included in the event set. | |
AlterSchema | Gets a database event that can be included in the event set. | |
AlterService | Gets a database event that can be included in the event set. | |
AlterTable | Gets a database event that can be included in the event set. | |
AlterTrigger | Gets a database event that can be included in the event set. | |
AlterUser | Gets a database event that can be included in the event set. | |
AlterView | Gets a database event that can be included in the event set. | |
AlterXmlSchemaCollection | Gets a database event that can be included in the event set. | |
CreateApplicationRole | Gets a database event that can be included in the event set. | |
CreateAssembly | Gets a database event that can be included in the event set. | |
CreateCertificate | Gets a database event that can be included in the event set. | |
CreateContract | Gets a database event that can be included in the event set. | |
CreateEventNotification | Gets a database event that can be included in the event set. | |
CreateFunction | Gets a database event that can be included in the event set. | |
CreateIndex | Gets a database event that can be included in the event set. | |
CreateMessageType | Gets a database event that can be included in the event set. | |
CreatePartitionFunction | Gets a database event that can be included in the event set. | |
CreatePartitionScheme | Gets a database event that can be included in the event set. | |
CreateProcedure | Gets a database event that can be included in the event set. | |
CreateQueue | Gets a database event that can be included in the event set. | |
CreateRemoteServiceBinding | Gets a database event that can be included in the event set. | |
CreateRole | Gets a database event that can be included in the event set. | |
CreateRoute | Gets a database event that can be included in the event set. | |
CreateSchema | Gets a database event that can be included in the event set. | |
CreateService | Gets a database event that can be included in the event set. | |
CreateStatistics | Gets a database event that can be included in the event set. | |
CreateSynonym | Gets a database event that can be included in the event set. | |
CreateTable | Gets a database event that can be included in the event set. | |
CreateTrigger | Gets a database event that can be included in the event set. | |
CreateType | Gets a database event that can be included in the event set. | |
CreateUser | Gets a database event that can be included in the event set. | |
CreateView | Gets a database event that can be included in the event set. | |
CreateXmlIndex | Gets a database event that can be included in the event set. | |
CreateXmlSchemaCollection | Gets a database event that can be included in the event set. | |
DenyDatabase | Gets a database event that can be included in the event set. | |
DropApplicationRole | Gets a database event that can be included in the event set. | |
DropAssembly | Gets a database event that can be included in the event set. | |
DropCertificate | Gets a database event that can be included in the event set. | |
DropContract | Gets a database event that can be included in the event set. | |
DropDatabase | Gets a database event that can be included in the event set. | |
DropEventNotification | Gets a database event that can be included in the event set. | |
DropFunction | Gets a database event that can be included in the event set. | |
DropIndex | Gets a database event that can be included in the event set. | |
DropMessageType | Gets a database event that can be included in the event set. | |
DropPartitionFunction | Gets a database event that can be included in the event set. | |
DropPartitionScheme | Gets a database event that can be included in the event set. | |
DropProcedure | Gets a database event that can be included in the event set. | |
DropQueue | Gets a database event that can be included in the event set. | |
DropRemoteServiceBinding | Gets a database event that can be included in the event set. | |
DropRole | Gets a database event that can be included in the event set. | |
DropRoleMember | ||
DropRoute | Gets a database event that can be included in the event set. | |
DropSchema | Gets a database event that can be included in the event set. | |
DropService | Gets a database event that can be included in the event set. | |
DropStatistics | Gets a database event that can be included in the event set. | |
DropSynonym | Gets a database event that can be included in the event set. | |
DropTable | Gets a database event that can be included in the event set. | |
DropTrigger | Gets a database event that can be included in the event set. | |
DropType | Gets a database event that can be included in the event set. | |
DropUser | Gets a database event that can be included in the event set. | |
DropView | Gets a database event that can be included in the event set. | |
DropXmlSchemaCollection | Gets a database event that can be included in the event set. | |
GrantDatabase | Gets a database event that can be included in the event set. | |
RevokeDatabase | Gets a database event that can be included in the event set. | |
UpdateStatistics | Gets a database event that can be included in the event set. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
Add | Returns the database event set that was created by adding two database events together. | |
BitwiseOr | ||
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code. | |
GetType | (inherited from Object ) | |
op_Addition | Creates a database event set by performing an addition operation on two DatabaseEvent objects. | |
op_BitwiseOr | Creates a database event set by performing a bitwise OR operation on two DatabaseEvent objects. | |
op_Equality | Creates a database event set by performing an equality operation on two DatabaseEvent objects. | |
op_Implicit | ||
op_Inequality | Creates a database event set by performing an inequality operation on two DatabaseEvent objects. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns the referenced object in string format. |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
DatabaseEvent Class
Microsoft.SqlServer.Management.Smo Namespace