Compartir a través de


PageRestorePlanner Constructor (Database, String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Sub New ( _
    database As Database, _
    tailLogBackupFileName As String _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

PageRestorePlanner Clase

Sobrecarga de PageRestorePlanner

Espacio de nombres Microsoft.SqlServer.Management.Smo