Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls for individual Restore Operations.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property PercentCompleteNotification As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
The percent complete notification.