Enumerazione AuditDestinationType
The AuditDestination enumeration contains values that are used to specify the destination, to which the results of a SQL Server Audit are sent.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
Public Enumeration AuditDestinationType
'Utilizzo
Dim instance As AuditDestinationType
public enum AuditDestinationType
public enum class AuditDestinationType
type AuditDestinationType
public enum AuditDestinationType
Membri
Nome membro | Descrizione | |
---|---|---|
File | A file. | |
SecurityLog | Windows Security event log. | |
ApplicationLog | The Windows Application event log. |
Osservazioni
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.