DataMigrationProjectMetadata 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
DataMigrationProjectMetadata() |
Initializes a new instance of the DataMigrationProjectMetadata class. |
DataMigrationProjectMetadata(String, String, String, String, String, String, Nullable<Boolean>, IList<MigrationTableMetadata>) |
Initializes a new instance of the DataMigrationProjectMetadata class. |
DataMigrationProjectMetadata()
Initializes a new instance of the DataMigrationProjectMetadata class.
public DataMigrationProjectMetadata ();
Public Sub New ()
Applies to
DataMigrationProjectMetadata(String, String, String, String, String, String, Nullable<Boolean>, IList<MigrationTableMetadata>)
Initializes a new instance of the DataMigrationProjectMetadata class.
public DataMigrationProjectMetadata (string sourceServerName = default, string sourceServerPort = default, string sourceUsername = default, string targetServerName = default, string targetUsername = default, string targetDbName = default, bool? targetUsingWinAuth = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrationTableMetadata> selectedMigrationTables = default);
new Microsoft.Azure.Management.DataMigration.Models.DataMigrationProjectMetadata : string * string * string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrationTableMetadata> -> Microsoft.Azure.Management.DataMigration.Models.DataMigrationProjectMetadata
Public Sub New (Optional sourceServerName As String = Nothing, Optional sourceServerPort As String = Nothing, Optional sourceUsername As String = Nothing, Optional targetServerName As String = Nothing, Optional targetUsername As String = Nothing, Optional targetDbName As String = Nothing, Optional targetUsingWinAuth As Nullable(Of Boolean) = Nothing, Optional selectedMigrationTables As IList(Of MigrationTableMetadata) = Nothing)
Parameters
- sourceServerName
- String
Source server name
- sourceServerPort
- String
Source server port number
- sourceUsername
- String
Source username
- targetServerName
- String
Target server name
- targetUsername
- String
Target username
- targetDbName
- String
Target database name
- selectedMigrationTables
- IList<MigrationTableMetadata>
List of tables selected for migration