Свойство 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.