共用方式為


AdditionalFeaturesServerConfigurations.IsRServicesEnabled Property

Definition

Gets or sets enable or disable R services (SQL 2016 onwards).

[Newtonsoft.Json.JsonProperty(PropertyName="isRServicesEnabled")]
public bool? IsRServicesEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isRServicesEnabled")>]
member this.IsRServicesEnabled : Nullable<bool> with get, set
Public Property IsRServicesEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to