Freigeben über


RestoreInfo-Konstruktor

Initializes a new instance of RestoreInfo.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode RestoreInfo() () () () Initializes a new instance of RestoreInfo using the default values.
Öffentliche Methode RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
Öffentliche Methode RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
Öffentliche Methode RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Öffentliche Methode RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] []) Initializes a new instance of RestoreInfo using a file, database name, overwrite indicator, and an array of restore locations.
Öffentliche Methode RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity) Initializes a new instance of RestoreInfo using a file, database name , overwrite indicator, an array of restore locations, and a security definition for the roles to be restored.
Öffentliche Methode RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
Öffentliche Methode RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String, String)

Zum Anfang