This topic has not yet been rated - Rate this topic

DatabaseAuditSpecification.Enabled Property

Gets or sets the Boolean value that specifies whether the database audit specification is enabled or not.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool Enabled { get; }

Property Value

Type: System.Boolean
A Boolean system value that specifies whether the database audit specification is enabled or not.If True, the database audit specification is enabled.If False (default), the database audit specification is not enabled.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.