Share via


SqlConnectionInfo.DataSource Property

Definition

Gets or sets data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber

[Newtonsoft.Json.JsonProperty(PropertyName="dataSource")]
public string DataSource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataSource")>]
member this.DataSource : string with get, set
Public Property DataSource As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to