AuditTarget Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SQL Server audit targets
public enum AuditTarget
type AuditTarget =
Public Enum AuditTarget
- Inheritance
-
AuditTarget
Fields
Name | Value | Description |
---|---|---|
File | 0 | File |
ApplicationLog | 1 | ApplicationLog |
SecurityLog | 2 | SecurityLog |
Url | 3 | Url |
ExternalMonitor | 4 | ExternalMonitor |