ExecutionStatus Enumeration
The ExecutionStatus enumeration is a list of constant values that specify the status of an executing process.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Enumeration ExecutionStatus
public enum ExecutionStatus
public enum class ExecutionStatus
public enum ExecutionStatus
public enum ExecutionStatus
Members
Member name | Description |
---|---|
Failed | The process has failed. |
Inactive | The process is inactive. |
InProgress | The process is running. |
Succeeded | The process has completed successfully. |
Osservazioni
The ExecutionStatus enumeration class is served by the ExecutionStatus property.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.