Класс NextRestoreEventArgs
Represents the next restore event arguments.
Иерархия наследования
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public NotInheritable Class NextRestoreEventArgs _
Inherits EventArgs
'Применение
Dim instance As NextRestoreEventArgs
public sealed class NextRestoreEventArgs : EventArgs
public ref class NextRestoreEventArgs sealed : public EventArgs
[<SealedAttribute>]
type NextRestoreEventArgs =
class
inherit EventArgs
end
public final class NextRestoreEventArgs extends EventArgs
Тип NextRestoreEventArgs обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
NextRestoreEventArgs | Initializes a new instance of the NextRestoreEventArgs class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
BackupSetDescription | Gets or sets the backup set description. | |
BackupSetName | Gets or sets the name of the backup set. | |
Continue | Gets or sets a value indicating whether to continue next Restore Operation. | |
Count | Gets or sets the count of the next restore event. | |
DevicesName | Gets or sets the name of the backup media. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.