Partilhar via


Construtor PageRestorePlanner (Database, String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

PageRestorePlanner Classe

Sobrecarregado PageRestorePlanner

Namespace Microsoft.SqlServer.Management.Smo