共用方式為


RestoreOptions.PercentCompleteNotification 屬性

Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls for individual Restore Operations.

命名空間:  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
The percent complete notification.

請參閱

參考

RestoreOptions 類別

Microsoft.SqlServer.Management.Smo 命名空間