Перечисление AuditFileSizeUnit

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

Элементы

Имя элемента Описание
Mb The audit file size is specified in MB.
Gb The audit file size is specified in GB.
Tb The audit file size is specified in terabytes.

Замечания

The AuditFileSizeUnit enumeration class is served by the MaximumFileSizeUnit property.