BackupRestoreBase.AsyncStatus Property
Gets the asynchronous status of a backup or restore process.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)
Syntax
'Bildirim
Public ReadOnly Property AsyncStatus As AsyncStatus
public AsyncStatus AsyncStatus { get; }
public:
property AsyncStatus^ AsyncStatus {
AsyncStatus^ get ();
}
/** @property */
public AsyncStatus get_AsyncStatus ()
public function get AsyncStatus () : AsyncStatus
Property Value
An AsyncStatus object value that specifies the asynchronous status of the process.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also