다음을 통해 공유


ActionState 열거형

The ActionState enumeration lists the possible DAC action step states.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public Enumeration ActionState
‘사용 방법
Dim instance As ActionState
public enum ActionState
public enum class ActionState
type ActionState
public enum ActionState

멤버

멤버 이름 설명
None The default state.
Success Indicates that the action step was successful.
Failure Indicates that the action step failed.
Pending Indicates that action step execution is pending.
RollbackPending Indicates that a rollback of the action step is pending.
RollbackSuccess Indicates that a rollback of the action step succeeded.
RollbackFailure Indicates that a rollback of the action step failed.
Warning Indicates that the action step encountered a warning.