AuditDestinationType Enum

Definition

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

ApplicationLog 2

Write to application log

File 0

Write to file

SecurityLog 1

Write to security log

Unknown 100

The destination type of this audit is unknown

Url 3

Write to URL

Applies to