MigrationTableMetadata 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
MigrationTableMetadata() |
Initializes a new instance of the MigrationTableMetadata class. |
MigrationTableMetadata(String, String) |
Initializes a new instance of the MigrationTableMetadata class. |
MigrationTableMetadata()
Initializes a new instance of the MigrationTableMetadata class.
public MigrationTableMetadata ();
Public Sub New ()
Applies to
MigrationTableMetadata(String, String)
Initializes a new instance of the MigrationTableMetadata class.
public MigrationTableMetadata (string sourceTableName = default, string targetTableName = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrationTableMetadata : string * string -> Microsoft.Azure.Management.DataMigration.Models.MigrationTableMetadata
Public Sub New (Optional sourceTableName As String = Nothing, Optional targetTableName As String = Nothing)
Parameters
- sourceTableName
- String
Source table name
- targetTableName
- String
Target table name