你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectToTargetSqlSqlDbSyncTaskProperties Class

Definition

Properties for the task that validates connection to SQL DB and target server requirements for online migration

[Newtonsoft.Json.JsonObject("ConnectToTarget.SqlDb.Sync")]
public class ConnectToTargetSqlSqlDbSyncTaskProperties : Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties
[<Newtonsoft.Json.JsonObject("ConnectToTarget.SqlDb.Sync")>]
type ConnectToTargetSqlSqlDbSyncTaskProperties = class
    inherit ProjectTaskProperties
Public Class ConnectToTargetSqlSqlDbSyncTaskProperties
Inherits ProjectTaskProperties
Inheritance
ConnectToTargetSqlSqlDbSyncTaskProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ConnectToTargetSqlSqlDbSyncTaskProperties()

Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskProperties class.

ConnectToTargetSqlSqlDbSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, ConnectToTargetSqlSqlDbSyncTaskInput, IList<ConnectToTargetSqlDbTaskOutput>)

Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskProperties class.

Properties

ClientData

Gets or sets key value pairs of client data to attach meta data information to task

(Inherited from ProjectTaskProperties)
Commands

Gets array of command properties.

(Inherited from ProjectTaskProperties)
Errors

Gets array of errors. This is ignored if submitted.

(Inherited from ProjectTaskProperties)
Input

Gets or sets task input

Output

Gets task output. This is ignored if submitted.

State

Gets the state of the task. This is ignored if submitted. Possible values include: 'Unknown', 'Queued', 'Running', 'Canceled', 'Succeeded', 'Failed', 'FailedInputValidation', 'Faulted'

(Inherited from ProjectTaskProperties)

Methods

Validate()

Validate the object.

Applies to