Expand Minimize
This topic has not yet been rated - Rate this topic

ExecutionStatus Enumeration

The ExecutionStatus enumeration is a list of constant values that specify the status of an executing process.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum ExecutionStatus
Member nameDescription
InactiveThe process is inactive.
InProgressThe process is running.
SucceededThe process has completed successfully.
FailedThe process has failed.

The ExecutionStatus enumeration class is served by the ExecutionStatus property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.