ConnectToSourceSqlServerTaskOutputDatabaseLevel.CompatibilityLevel Property

Definition

Gets sQL Server compatibility level of database Possible values include: 'CompatLevel80', 'CompatLevel90', 'CompatLevel100', 'CompatLevel110', 'CompatLevel120', 'CompatLevel130', 'CompatLevel140'

[Newtonsoft.Json.JsonProperty(PropertyName="compatibilityLevel")]
public string CompatibilityLevel { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compatibilityLevel")>]
member this.CompatibilityLevel : string
Public ReadOnly Property CompatibilityLevel As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to