Classe AsyncStatus
The AsyncStatus object represents the status of an asynchronous process.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.AsyncStatus
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public NotInheritable Class AsyncStatus
'Uso
Dim instance As AsyncStatus
public sealed class AsyncStatus
public ref class AsyncStatus sealed
[<SealedAttribute>]
type AsyncStatus = class end
public final class AsyncStatus
O tipo AsyncStatus expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ExecutionStatus | Gets the execution status of the asynchronous process. | |
LastException | Gets the most recent exception generated by the asynchronous process. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.