Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls for individual Restore Operations.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Property PercentCompleteNotification As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
The percent complete notification.