Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
The AuditStatusType enumeration contains values that are used to specify the status of the audit.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration AuditStatusType
'Usage
Dim instance As AuditStatusType
public enum AuditStatusType
public enum class AuditStatusType
type AuditStatusType
public enum AuditStatusType
Members
| Member name | Description | |
|---|---|---|
| Failed | The audit has failed. | |
| Started | The audit has started. | |
| Stopped | The audit has stopped. |