你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSqlServerSqlMITaskOutputMigrationLevel 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.
[Newtonsoft.Json.JsonObject("MigrationLevelOutput")]
public class MigrateSqlServerSqlMITaskOutputMigrationLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutput
[<Newtonsoft.Json.JsonObject("MigrationLevelOutput")>]
type MigrateSqlServerSqlMITaskOutputMigrationLevel = class
inherit MigrateSqlServerSqlMITaskOutput
Public Class MigrateSqlServerSqlMITaskOutputMigrationLevel
Inherits MigrateSqlServerSqlMITaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlMITaskOutputMigrationLevel() |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputMigrationLevel class. |
MigrateSqlServerSqlMITaskOutputMigrationLevel(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, IDictionary<String, String>, IDictionary<String,String>, String, IDictionary<String, StartMigrationScenarioServerRoleResult>, IList<OrphanedUserInfo>, IDictionary<String,String>, String, String, String, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputMigrationLevel class. |
Properties
AgentJobs |
Gets selected agent jobs as a map from name to id |
Databases |
Gets selected databases as a map from database name to database id |
EndedOn |
Gets migration end time |
ExceptionsAndWarnings |
Gets migration exceptions and warnings. |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlMITaskOutput) |
Logins |
Gets selected logins as a map from name to id |
Message |
Gets migration progress message |
OrphanedUsersInfo |
Gets list of orphaned users. |
ServerRoleResults |
Gets map of server role migration results. |
SourceServerBrandVersion |
Gets source server brand version |
SourceServerVersion |
Gets source server version |
StartedOn |
Gets migration start time |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |
Status |
Gets current status of migration Possible values include: 'Default', 'Connecting', 'SourceAndTargetSelected', 'SelectLogins', 'Configured', 'Running', 'Error', 'Stopped', 'Completed', 'CompletedWithWarnings' |
TargetServerBrandVersion |
Gets target server brand version |
TargetServerVersion |
Gets target server version |