Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the database audit action.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DatabaseAuditActionKind
'Usage
Dim instance As DatabaseAuditActionKind
public enum DatabaseAuditActionKind
public enum class DatabaseAuditActionKind
type DatabaseAuditActionKind
public enum DatabaseAuditActionKind
Members
| Member name | Description | |
|---|---|---|
| Delete | The action is Delete. | |
| Execute | The action is Execute. | |
| Insert | The action is Insert. | |
| Receive | The action is Receive. | |
| References | The action is References. | |
| Select | The action is Select. | |
| Update | The action is Update. |