AuditActionGroup 列挙体

監査アクション グループを指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Enumeration AuditActionGroup
'使用
Dim instance As AuditActionGroup
public enum AuditActionGroup
public enum class AuditActionGroup
public enum AuditActionGroup

メンバ

メンバ名 説明
None グループは None です。
SuccessfulLogin グループは SuccessfulLogin です。
Logout グループは Logout です。
ServerStateChange グループは ServerStateChange です。
FailedLogin グループは FailedLogin です。
LoginChangePassword グループは LoginChangePassword です。
ServerRoleMemberChange グループは ServerRoleMemberChange です。
ServerPrincipalImpersonation グループは ServerPrincipalImpersonation です。
ServerObjectOwnershipChange グループは ServerObjectOwnershipChange です。
DatabaseMirroringLogin グループは DatabaseMirroringLogin です。
BrokerLogin グループは BrokerLogin です。
ServerPermissionChange グループは ServerPermissionChange です。
ServerObjectPermissionChange グループは ServerObjectPermissionChange です。
ServerOperation グループは ServerOperation です。
TraceChange グループは TraceChange です。
ServerObjectChange グループは ServerObjectChange です。
ServerPrincipalChange グループは ServerPrincipalChange です。
DatabasePermissionChange グループは DatabasePermissionChange です。
SchemaObjectPermissionChange グループは SchemaObjectPermissionChange です。
DatabaseRoleMemberChange グループは DatabaseRoleMemberChange です。
ApplicationRoleChangePassword グループは ApplicationRoleChangePassword です。
SchemaObjectAccess グループは SchemaObjectAccess です。
BackupRestore グループは BackupRestore です。
Dbcc グループは Dbcc です。
AuditChange グループは AuditChange です。
DatabaseChange グループは DatabaseChange です。
DatabaseObjectChange グループは DatabaseObjectChange です。
DatabasePrincipalChange グループは DatabasePrincipalChange です。
SchemaObjectChange グループは SchemaObjectChange です。
DatabasePrincipalImpersonation グループは DatabasePrincipalImpersonation です。
DatabaseObjectOwnershipChange グループは DatabaseObjectOwnershipChange です。
DatabaseOwnershipChange グループは DatabaseOwnershipChange です。
SchemaObjectOwnershipChange グループは SchemaObjectOwnershipChange です。
DatabaseObjectPermissionChange グループは DatabaseObjectPermissionChange です。
DatabaseOperation グループは DatabaseOperation です。
DatabaseObjectAccess グループは DatabaseObjectAccess です。

解説

列挙値 1 ~ 16 は、サーバー レベルのみのグループを指定します。 列挙値 17 ~ 35 は、データベースおよびサーバー レベルのグループを指定します。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間