MigrateSchemaSqlServerSqlDbTaskInput 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.
Input for task that migrates Schema for SQL Server databases to Azure SQL databases
public class MigrateSchemaSqlServerSqlDbTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlMigrationTaskInput
type MigrateSchemaSqlServerSqlDbTaskInput = class
inherit SqlMigrationTaskInput
Public Class MigrateSchemaSqlServerSqlDbTaskInput
Inherits SqlMigrationTaskInput
- Inheritance
Constructors
MigrateSchemaSqlServerSqlDbTaskInput() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskInput class. |
MigrateSchemaSqlServerSqlDbTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSchemaSqlServerSqlDbDatabaseInput>) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskInput class. |
Properties
SelectedDatabases |
Gets or sets databases to migrate |
SourceConnectionInfo |
Gets or sets information for connecting to source (Inherited from SqlMigrationTaskInput) |
TargetConnectionInfo |
Gets or sets information for connecting to target (Inherited from SqlMigrationTaskInput) |
Methods
Validate() |
Validate the object. |