次の方法で共有


BackupRestoreBase.AsyncStatus プロパティ

バックアップまたは復元プロセスの非同期状態を取得します。

名前空間:  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
プロセスの非同期状態を示す AsyncStatus オブジェクトの値です。

使用例

データベースおよびトランザクション ログのバックアップと復元

関連項目

参照

BackupRestoreBase クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

BACKUP (Transact-SQL)

RESTORE (Transact-SQL)