NonSqlMigrationTaskOutput 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 output
public class NonSqlMigrationTaskOutput
type NonSqlMigrationTaskOutput = class
Public Class NonSqlMigrationTaskOutput
- Inheritance
-
NonSqlMigrationTaskOutput
Constructors
NonSqlMigrationTaskOutput() |
Initializes a new instance of the NonSqlMigrationTaskOutput class. |
NonSqlMigrationTaskOutput(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IDictionary<String,NonSqlDataMigrationTableResult>, String, String, String) |
Initializes a new instance of the NonSqlMigrationTaskOutput class. |
Properties
DataMigrationTableResults |
Gets results of the migration. The key contains the table name and the value the table result object |
EndedOn |
Gets migration end time |
Id |
Gets result identifier |
ProgressMessage |
Gets message about the progress of the migration |
SourceServerName |
Gets name of source server |
StartedOn |
Gets migration start time |
Status |
Gets current state of migration Possible values include: 'Default', 'Connecting', 'SourceAndTargetSelected', 'SelectLogins', 'Configured', 'Running', 'Error', 'Stopped', 'Completed', 'CompletedWithWarnings' |
TargetServerName |
Gets name of target server |