SqlMigrationTaskInput 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 migration task input
public class SqlMigrationTaskInput
type SqlMigrationTaskInput = class
Public Class SqlMigrationTaskInput
- Inheritance
-
SqlMigrationTaskInput
- Derived
Constructors
| Name | Description |
|---|---|
| SqlMigrationTaskInput() |
Initializes a new instance of the SqlMigrationTaskInput class. |
| SqlMigrationTaskInput(SqlConnectionInfo, SqlConnectionInfo) |
Initializes a new instance of the SqlMigrationTaskInput class. |
Properties
| Name | Description |
|---|---|
| SourceConnectionInfo |
Gets or sets information for connecting to source |
| TargetConnectionInfo |
Gets or sets information for connecting to target |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |