Перечисление OnFailureAction
The OnFailureAction enumeration contains values that specify the action to be taken when an audit fails.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration OnFailureAction
'Применение
Dim instance As OnFailureAction
public enum OnFailureAction
public enum class OnFailureAction
type OnFailureAction
public enum OnFailureAction
Элементы
Имя элемента | Описание | |
---|---|---|
Continue | The audit continues despite the failure. | |
Shutdown | The audit stops because of a failure. |