DataMigrationProjectMetadata Class
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.
Common metadata for migration projects
public class DataMigrationProjectMetadata
type DataMigrationProjectMetadata = class
Public Class DataMigrationProjectMetadata
- Inheritance
-
DataMigrationProjectMetadata
Constructors
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. |
Properties
SelectedMigrationTables |
Gets list of tables selected for migration |
SourceServerName |
Gets source server name |
SourceServerPort |
Gets source server port number |
SourceUsername |
Gets source username |
TargetDbName |
Gets target database name |
TargetServerName |
Gets target server name |
TargetUsername |
Gets target username |
TargetUsingWinAuth |
Gets whether target connection is Windows authentication |