ConnectToSourceSqlServerTaskOutputLoginLevel.LoginType Property

Definition

Gets the type of login. Possible values include: 'WindowsUser', 'WindowsGroup', 'SqlLogin', 'Certificate', 'AsymmetricKey', 'ExternalUser', 'ExternalGroup'

[Newtonsoft.Json.JsonProperty(PropertyName="loginType")]
public string LoginType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="loginType")>]
member this.LoginType : string
Public ReadOnly Property LoginType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to