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

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

Applies to