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

AuditLevel Enumeration

The AuditLevel enumeration contains values that are used to specify the SQL Server audit level setting.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
[FlagsAttribute]
public enum AuditLevel
Member nameDescription
NoneDoes not audit login attempts.
SuccessAudits successful login attempts.
FailureAudits failed login attempts.
AllAudits both successful and failed login attempts.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.