Clase PercentCompleteEventArgs
The PercentCompleteEventArgs object represents the arguments passed by the event raised when a process reaches a percent complete marker.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Common. . :: . .ServerMessageEventArgs
Microsoft.SqlServer.Management.Smo..::..PercentCompleteEventArgs
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public NotInheritable Class PercentCompleteEventArgs _
Inherits ServerMessageEventArgs
'Uso
Dim instance As PercentCompleteEventArgs
public sealed class PercentCompleteEventArgs : ServerMessageEventArgs
public ref class PercentCompleteEventArgs sealed : public ServerMessageEventArgs
[<SealedAttribute>]
type PercentCompleteEventArgs =
class
inherit ServerMessageEventArgs
end
public final class PercentCompleteEventArgs extends ServerMessageEventArgs
El tipo PercentCompleteEventArgs expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Error | Gets the error associated with the server message event. (Se hereda de ServerMessageEventArgs.) | |
Percent | Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | Returns a String that represents the ServerMessageEventArgs object. (Se hereda de ServerMessageEventArgs.) |
Arriba
Comentarios
The PercentCompleteEventArgs object is used by the Backup class and the Restore class to report progress.
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también