다음을 통해 공유


PageRestorePlanner 생성자 (Database, String)

Initializes a new instance of the PageRestorePlanner class with specified database and tail log backup file.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Sub New ( _
    database As Database, _
    tailLogBackupFileName As String _
)
‘사용 방법
Dim database As Database 
Dim tailLogBackupFileName As String 

Dim instance As New PageRestorePlanner(database, _
    tailLogBackupFileName)
public PageRestorePlanner(
    Database database,
    string tailLogBackupFileName
)
public:
PageRestorePlanner(
    Database^ database, 
    String^ tailLogBackupFileName
)
new : 
        database:Database * 
        tailLogBackupFileName:string -> PageRestorePlanner
public function PageRestorePlanner(
    database : Database, 
    tailLogBackupFileName : String
)

매개 변수

  • tailLogBackupFileName
    유형: System.String
    Name of the tail log backup file.

참고 항목

참조

PageRestorePlanner 클래스

PageRestorePlanner 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스