TSqlModelOptions.CompatibilityLevel Property
Specifies the COMPATIBILITY_LEVEL database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property CompatibilityLevel As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Integer)
value = instance.CompatibilityLevel
instance.CompatibilityLevel = value
public Nullable<int> CompatibilityLevel { get; set; }
public:
property Nullable<int> CompatibilityLevel {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CompatibilityLevel : Nullable<int> with get, set
function get CompatibilityLevel () : Nullable<int>
function set CompatibilityLevel (value : Nullable<int>)
Property Value
Type: System.Nullable<Int32>