Server.AuditLevel Property
Gets or sets the AuditLevel property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property AuditLevel As AuditLevel
[SfcPropertyAttribute]
public AuditLevel AuditLevel { get; set; }
[SfcPropertyAttribute]
public:
virtual property AuditLevel AuditLevel {
AuditLevel get () sealed;
void set (AuditLevel value) sealed;
}
/** @property */
public final AuditLevel get_AuditLevel ()
/** @property */
public final void set_AuditLevel (AuditLevel value)
public final function get AuditLevel () : AuditLevel
public final function set AuditLevel (value : AuditLevel)
Property Value
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.