Classe AsyncStatus

The AsyncStatus object represents the status of an asynchronous process.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.AsyncStatus

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AsyncStatus
'Utilizzo
Dim instance As AsyncStatus
public sealed class AsyncStatus
public ref class AsyncStatus sealed
[<SealedAttribute>]
type AsyncStatus =  class end
public final class AsyncStatus

Nel tipo AsyncStatus sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ExecutionStatus Gets the execution status of the asynchronous process.
Proprietà pubblica LastException Gets the most recent exception generated by the asynchronous process.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo