Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The AuditDestination enumeration contains values that are used to specify the destination, to which the results of a SQL Server Audit are sent.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration AuditDestinationType
'Utilisation
Dim instance As AuditDestinationType
public enum AuditDestinationType
public enum class AuditDestinationType
type AuditDestinationType
public enum AuditDestinationType
Membres
| Nom de membre | Description | |
|---|---|---|
| ApplicationLog | The Windows Application event log. | |
| File | A file. | |
| SecurityLog | Windows Security event log. |
Notes
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.