AuditStatusType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of the Audit
C#
public enum AuditStatusType
type AuditStatusType =
Public Enum AuditStatusType
- Inheritance
-
AuditStatusType
Name | Value | Description |
---|---|---|
Started | 0 | Audit is running |
Stopped | 1 | Audit is stopped |
Failed | 2 | Audit failed and stopped |
Product | Versions |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |