SqlConnectivityUpdateSettings.ConnectivityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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