次の方法で共有


RestoreOptions.PercentCompleteNotification プロパティ

復元操作ごとの PercentCompleteEventHandler イベント ハンドラーの呼び出し間隔の割合を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
Public Property PercentCompleteNotification As Integer 
    Get 
    Set
'使用
Dim instance As RestoreOptions 
Dim value As Integer 

value = instance.PercentCompleteNotification

instance.PercentCompleteNotification = value
public int PercentCompleteNotification { get; set; }
public:
property int PercentCompleteNotification {
    int get ();
    void set (int value);
}
member PercentCompleteNotification : int with get, set
function get PercentCompleteNotification () : int 
function set PercentCompleteNotification (value : int)

プロパティ値

型: System.Int32
完了した割合の通知です。

関連項目

参照

RestoreOptions クラス

Microsoft.SqlServer.Management.Smo 名前空間