Propriété Settings.AuditLevel
Gets or sets the audit level for the instance of Microsoft SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AuditLevel As AuditLevel
Get
Set
'Utilisation
Dim instance As Settings
Dim value As AuditLevel
value = instance.AuditLevel
instance.AuditLevel = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AuditLevel AuditLevel { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AuditLevel AuditLevel {
AuditLevel get ();
void set (AuditLevel value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AuditLevel : AuditLevel with get, set
function get AuditLevel () : AuditLevel
function set AuditLevel (value : AuditLevel)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.AuditLevel
An Int32 value that specifies audit level.
Notes
The audit level specifies the tracking of unsuccessful attempts to log into the instance of SQL Server.
Exemples
Configuration de SQL Server dans SMO