Compartir a través de


RestorePlan.AsyncStatus Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

RestorePlan Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo