共用方式為


SqlConnectivityUpdateSettings.ConnectivityType Property

Definition

Gets or sets SQL Server connectivity option. Possible values include: 'LOCAL', 'PRIVATE', 'PUBLIC'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to