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 | |
---|---|---|
ExecutionStatus | Gets the execution status of the asynchronous process. | |
LastException | Gets the most recent exception generated by the asynchronous process. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.