你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel 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("DatabaseLevelOutput")]
public class MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel = class
inherit MigrateSchemaSqlServerSqlDbTaskOutput
Public Class MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel
Inherits MigrateSchemaSqlServerSqlDbTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel class. |
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel(String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel class. |
Properties
DatabaseErrorResultPrefix |
Gets prefix string to use for querying errors for this database |
DatabaseName |
Gets the name of the database |
EndedOn |
Gets migration end time |
FileId |
Gets identifier for the file resource containing the schema of this database |
Id |
Gets result identifier (Inherited from MigrateSchemaSqlServerSqlDbTaskOutput) |
NumberOfFailedOperations |
Gets number of failed operations for this database |
NumberOfSuccessfulOperations |
Gets number of successful operations for this database |
SchemaErrorResultPrefix |
Gets prefix string to use for querying schema errors for this database |
Stage |
Gets schema migration stage for this database Possible values include: 'NotStarted', 'ValidatingInputs', 'CollectingObjects', 'DownloadingScript', 'GeneratingScript', 'UploadingScript', 'DeployingSchema', 'Completed', 'CompletedWithWarnings', 'Failed' |
StartedOn |
Gets migration start time |
State |
Gets state of the schema migration for this database Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |