다음을 통해 공유


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 네임스페이스