Aracılığıyla paylaş


AuditFileSizeUnit Enumeration

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

'Bildirim
Public Enumeration AuditFileSizeUnit
public enum AuditFileSizeUnit
public enum class AuditFileSizeUnit
public enum 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.