ConnectToTargetSqlMITaskOutput.Logins Property

Definition

Gets list of logins on the target server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to