Partager via


Propriété RestorePlan.AsyncStatus

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AsyncStatus As AsyncStatus 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

RestorePlan Classe

Espace de noms Microsoft.SqlServer.Management.Smo