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.