SqlWorkloadTypeUpdateSettings.SqlWorkloadType Property

Definition

Gets or sets SQL Server workload type. Possible values include: 'GENERAL', 'OLTP', 'DW'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to