Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The AuditFileSizeUnit enumeration contains values that are used to specify the unit that specifies the size of the audit file.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration AuditFileSizeUnit
'Usage
Dim instance As AuditFileSizeUnit
public enum AuditFileSizeUnit
public enum class AuditFileSizeUnit
type AuditFileSizeUnit
public enum AuditFileSizeUnit
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
The AuditFileSizeUnit enumeration class is served by the MaximumFileSizeUnit property.