Partager via


Constructeur PageRestorePlanner (Database, String)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    database As Database, _
    tailLogBackupFileName As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

PageRestorePlanner Classe

Surcharge PageRestorePlanner

Espace de noms Microsoft.SqlServer.Management.Smo