NonSqlMigrationTaskInput 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.
Base class for non sql migration task input
public class NonSqlMigrationTaskInput
type NonSqlMigrationTaskInput = class
Public Class NonSqlMigrationTaskInput
- Inheritance
-
NonSqlMigrationTaskInput
Constructors
NonSqlMigrationTaskInput() |
Initializes a new instance of the NonSqlMigrationTaskInput class. |
NonSqlMigrationTaskInput(SqlConnectionInfo, String, String, String, IList<NonSqlDataMigrationTable>) |
Initializes a new instance of the NonSqlMigrationTaskInput class. |
Properties
ProjectLocation |
Gets or sets a URL that points to the drop location to access project artifacts |
ProjectName |
Gets or sets name of the migration project |
SelectedTables |
Gets or sets metadata of the tables selected for migration |
TargetConnectionInfo |
Gets or sets information for connecting to target |
TargetDatabaseName |
Gets or sets target database name |
Methods
Validate() |
Validate the object. |