ConnectToSourceSqlServerTaskInput.CollectLogins Property

Definition

Gets or sets flag for whether to collect logins from source server.

[Newtonsoft.Json.JsonProperty(PropertyName="collectLogins")]
public bool? CollectLogins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="collectLogins")>]
member this.CollectLogins : Nullable<bool> with get, set
Public Property CollectLogins As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to