AuditStatusType 枚举
The AuditStatusType enumeration contains values that are used to specify the status of the audit.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration AuditStatusType
用法
Dim instance As AuditStatusType
public enum AuditStatusType
public enum class AuditStatusType
type AuditStatusType
public enum AuditStatusType
成员
成员名称 | 说明 | |
---|---|---|
Started | The audit has started. | |
Stopped | The audit has stopped. | |
Failed | The audit has failed. |