Partilhar via


Propriedade do RDL RestorePlan.AsyncStatus

Gets the status of most recent asynchronous operation including possible errors.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public ReadOnly Property AsyncStatus As AsyncStatus 
    Get
'Uso
Dim instance As RestorePlan 
Dim value As AsyncStatus 

value = instance.AsyncStatus
public AsyncStatus AsyncStatus { get; }
public:
property AsyncStatus^ AsyncStatus {
    AsyncStatus^ get ();
}
member AsyncStatus : AsyncStatus
function get AsyncStatus () : AsyncStatus

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.AsyncStatus
The async status.

Consulte também

Referência

RestorePlan Classe

Namespace Microsoft.SqlServer.Management.Smo