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에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.