Compartir a través de


ISqlDatabaseOptions.CompatibilityMode (Propiedad)

Obtiene o establece el modo de compatibilidad de la base de datos.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property CompatibilityMode As Integer
    Get
    Set
int CompatibilityMode { get; set; }
property int CompatibilityMode {
    int get ();
    void set (int value);
}
abstract CompatibilityMode : int with get, set
function get CompatibilityMode () : int
function set CompatibilityMode (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)