Перечисление OnFailureAction

Specifies the action that needs to be taken when the audit sink cannot perform the write.

Пространство имен:  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.
FailOperation The user operation fails with no event loss.
Shutdown The audit stops because of a failure.

Замечания

The OnFailureAction enumeration class is served by the Audit class.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo