MigrateSqlServerSqlMITaskInput.SelectedLogins Property

Definition

Gets or sets logins to migrate.

[Newtonsoft.Json.JsonProperty(PropertyName="selectedLogins")]
public System.Collections.Generic.IList<string> SelectedLogins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="selectedLogins")>]
member this.SelectedLogins : System.Collections.Generic.IList<string> with get, set
Public Property SelectedLogins As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to