다음을 통해 공유


RestorePlan.AsyncStatus 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public ReadOnly Property AsyncStatus As AsyncStatus 
    Get
‘사용 방법
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

속성 값

유형: Microsoft.SqlServer.Management.Smo.AsyncStatus
The async status.

참고 항목

참조

RestorePlan 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스