Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The AuditFileSizeUnit enumeration contains values that are used to specify the unit that specifies the size of the audit file.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration AuditFileSizeUnit
'Применение
Dim instance As AuditFileSizeUnit
public enum AuditFileSizeUnit
public enum class AuditFileSizeUnit
type AuditFileSizeUnit
public enum AuditFileSizeUnit
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Gb | The audit file size is specified in GB. | |
| Mb | The audit file size is specified in MB. | |
| Tb | The audit file size is specified in terabytes. |
Замечания
The AuditFileSizeUnit enumeration class is served by the MaximumFileSizeUnit property.