Partager via


Propriété TSqlModelOptions.CompatibilityLevel

Specifies the COMPATIBILITY_LEVEL database option.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property CompatibilityLevel As Nullable(Of Integer)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Voir aussi

Référence

TSqlModelOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Model