你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSqlServerSqlMIDatabaseInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MigrateSqlServerSqlMIDatabaseInput() |
Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class. |
MigrateSqlServerSqlMIDatabaseInput(String, String, FileShare, IList<String>) |
Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class. |
MigrateSqlServerSqlMIDatabaseInput()
Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class.
public MigrateSqlServerSqlMIDatabaseInput ();
Public Sub New ()
Applies to
MigrateSqlServerSqlMIDatabaseInput(String, String, FileShare, IList<String>)
Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class.
public MigrateSqlServerSqlMIDatabaseInput (string name, string restoreDatabaseName, Microsoft.Azure.Management.DataMigration.Models.FileShare backupFileShare = default, System.Collections.Generic.IList<string> backupFilePaths = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput : string * string * Microsoft.Azure.Management.DataMigration.Models.FileShare * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput
Public Sub New (name As String, restoreDatabaseName As String, Optional backupFileShare As FileShare = Nothing, Optional backupFilePaths As IList(Of String) = Nothing)
Parameters
- name
- String
Name of the database
- restoreDatabaseName
- String
Name of the database at destination
- backupFileShare
- FileShare
Backup file share information for backing up this database.