NonSqlMigrationTaskInput Class

Definition

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.

Applies to