SqlAuditTarget Enumeration

Models SQL Server audit targets.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlAuditTarget
public enum SqlAuditTarget
public enum class SqlAuditTarget
type SqlAuditTarget
public enum SqlAuditTarget

Members

Member name Description
File Specifies that the target is a file.
ApplicationLog Specifies that the target is the application log.
SecurityLog Specifies that the target is the security log.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace