Condividi tramite


SqlConnectionInfo.Platform Property

Definition

Gets or sets server platform type for connection Possible values include: 'SqlOnPrem'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to