Partilhar via


Propriedade do RDL AsyncStatus

Gets the asynchronous status of a backup or restore process.

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

Sintaxe

'Declaração
Public ReadOnly Property AsyncStatus As AsyncStatus
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .AsyncStatus
An AsyncStatus object value that specifies the asynchronous status of the process.