AuditDestinationType 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.
Specifies the destination type of an Audit
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AuditDestinationTypeConverter))]
public enum AuditDestinationType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AuditDestinationTypeConverter))>]
type AuditDestinationType =
Public Enum AuditDestinationType
- Inheritance
-
AuditDestinationType
- Attributes
Fields
Name | Value | Description |
---|---|---|
File | 0 | Write to file |
SecurityLog | 1 | Write to security log |
ApplicationLog | 2 | Write to application log |
Url | 3 | Write to URL |
Unknown | 100 | The destination type of this audit is unknown |