Класс PercentCompleteEventArgs
The PercentCompleteEventArgs object represents the arguments passed by the event raised when a process reaches a percent complete marker.
Иерархия наследования
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Common. . :: . .ServerMessageEventArgs
Microsoft.SqlServer.Management.Smo..::..PercentCompleteEventArgs
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public NotInheritable Class PercentCompleteEventArgs _
Inherits ServerMessageEventArgs
'Применение
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
Тип PercentCompleteEventArgs обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Error | Gets the error associated with the server message event. (Производный от ServerMessageEventArgs.) | |
Percent | Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | Returns a String that represents the ServerMessageEventArgs object. (Производный от ServerMessageEventArgs.) |
В начало
Замечания
The PercentCompleteEventArgs object is used by the Backup class and the Restore class to report progress.
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также