Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of audit action group.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration AuditActionGroup
'Usage
Dim instance As AuditActionGroup
public enum AuditActionGroup
public enum class AuditActionGroup
type AuditActionGroup
public enum AuditActionGroup
Members
Member name | Description | |
---|---|---|
ApplicationRoleChangePassword | The group is ApplicationRoleChangePassword. | |
AuditChange | The group is AuditChange. | |
BackupRestore | The group is BackupRestore. | |
BrokerLogin | The group is BrokerLogin. | |
DatabaseChange | The group is DatabaseChange. | |
DatabaseLogoutGroup | The group is DatabaseLogoutGroup. | |
DatabaseMirroringLogin | The group is DatabaseMirroringLogin. | |
DatabaseObjectAccess | The group is DatabaseObjectAccess. | |
DatabaseObjectChange | The group is DatabaseObjectChange. | |
DatabaseObjectOwnershipChange | The group is DatabaseObjectOwnershipChange. | |
DatabaseObjectPermissionChange | The group is DatabaseObjectPermissionChange. | |
DatabaseOperation | The group is DatabaseOperation. | |
DatabaseOwnershipChange | The group is DatabaseOwnershipChange. | |
DatabasePermissionChange | The group is DatabasePermissionChange. | |
DatabasePrincipalChange | The group is DatabasePrincipalChange. | |
DatabasePrincipalImpersonation | The group is DatabasePrincipalImpersonation. | |
DatabaseRoleMemberChange | The group is DatabaseRoleMemberChange. | |
Dbcc | The group is Dbcc. | |
FailedDatabaseAuthenticationGroup | The group is FailedDatabaseAuthenticationGroup. | |
FailedLogin | The group is FailedLogin. | |
LoginChangePassword | The group is LoginChangePassword. | |
Logout | The group is Logout. | |
None | The group is None. | |
SchemaObjectAccess | The group is SchemaObjectAccess. | |
SchemaObjectChange | The group is SchemaObjectChange. | |
SchemaObjectOwnershipChange | The group is SchemaObjectOwnershipChange. | |
SchemaObjectPermissionChange | The group is SchemaObjectPermissionChange. | |
ServerObjectChange | The group is ServerObjectChange. | |
ServerObjectOwnershipChange | The group is ServerObjectOwnershipChange. | |
ServerObjectPermissionChange | The group is ServerObjectPermissionChange. | |
ServerOperation | The group is ServerOperation. | |
ServerPermissionChange | The group is ServerPermissionChange. | |
ServerPrincipalChange | The group is ServerPrincipalChange. | |
ServerPrincipalImpersonation | The group is ServerPrincipalImpersonation. | |
ServerRoleMemberChange | The group is ServerRoleMemberChange. | |
ServerStateChange | The group is ServerStateChange. | |
SuccessfulDatabaseAuthenticationGroup | The group is SuccessfulDatabaseAuthenticationGroup. | |
SuccessfulLogin | The group is SuccessfulLogin. | |
TraceChange | The group is TraceChange. | |
UserChangePasswordGroup | The group is UserChangePasswordGroup. | |
UserDefinedAuditGroup | The group is UserDefinedAuditGroup. |