Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The AuditFileSizeUnit enumeration class is served by the MaximumFileSizeUnit property.