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

MigrateSqlServerSqlMITaskInput.SelectedDatabases Property

Definition

Gets or sets databases to migrate

[Newtonsoft.Json.JsonProperty(PropertyName="selectedDatabases")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput> SelectedDatabases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="selectedDatabases")>]
member this.SelectedDatabases : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput> with get, set
Public Property SelectedDatabases As IList(Of MigrateSqlServerSqlMIDatabaseInput)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to