Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the COMPATIBILITY_LEVEL database option.
Espacio de nombres: Microsoft.SqlServer.Dac.Model
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public Property CompatibilityLevel As Nullable(Of Integer)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Nullable<Int32>