Bagikan melalui


RestorePlan.AsyncStatus Property

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

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

Syntax

'Declaration
Public ReadOnly Property AsyncStatus As AsyncStatus 
    Get
'Usage
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

Property Value

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

See Also

Reference

RestorePlan Class

Microsoft.SqlServer.Management.Smo Namespace