AsyncStatus 屬性
Gets the asynchronous status of a backup or restore process.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public ReadOnly Property AsyncStatus As AsyncStatus
Get
'用途
Dim instance As BackupRestoreBase
Dim value As AsyncStatus
value = instance.AsyncStatus
public AsyncStatus AsyncStatus { get; }
public:
property AsyncStatus^ AsyncStatus {
AsyncStatus^ get ();
}
member AsyncStatus : AsyncStatus
function get AsyncStatus () : AsyncStatus
屬性值
型別:Microsoft.SqlServer.Management.Smo. . :: . .AsyncStatus
An AsyncStatus object value that specifies the asynchronous status of the process.