Expand Minimize
This topic has not yet been rated - Rate this topic

AuditDestinationType Enumeration

The AuditDestination enumeration contains values that are used to specify the destination, to which the results of a SQL Server Audit are sent.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum AuditDestinationType
Member nameDescription
FileA file.
SecurityLogWindows Security event log.
ApplicationLogThe Windows Application event log.

The results of a SQL Server Audit are sent to a destination, which can be a file, the Windows Security event log, or the Windows Application event log.

The AuditDestinationType is served by the DestinationType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.