Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies option types for TO FILE case of the CREATE SERVER AUDIT statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration AuditTargetOptionKind
'Usage
Dim instance As AuditTargetOptionKind
public enum AuditTargetOptionKind
public enum class AuditTargetOptionKind
type AuditTargetOptionKind
public enum AuditTargetOptionKind
Members
| Member name | Description | |
|---|---|---|
| FilePath | The FilePath option. | |
| MaxFiles | The MaxFiles option. | |
| MaxRolloverFiles | The MaxRolloverFiles option. | |
| MaxSize | The MaxSize option. | |
| ReserveDiskSpace | The ReserveDiskSpace option. |