ConnectToSourceSqlServerTaskOutputTaskLevel.Logins Property

Definition

Gets source logins as a map from login name to login id.

[Newtonsoft.Json.JsonProperty(PropertyName="logins")]
public System.Collections.Generic.IDictionary<string,string> Logins { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="logins")>]
member this.Logins : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Logins As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to