ModelTranslator.CompatibilityLevel (Propiedad)
Obtiene el nivel de traducción para este traductor.
Espacio de nombres: Microsoft.Data.Schema.SchemaModel.Translation
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property CompatibilityLevel As ModelTranslatorCompatibilityLevel
Get
public abstract ModelTranslatorCompatibilityLevel CompatibilityLevel { get; }
public:
virtual property ModelTranslatorCompatibilityLevel CompatibilityLevel {
ModelTranslatorCompatibilityLevel get () abstract;
}
abstract CompatibilityLevel : ModelTranslatorCompatibilityLevel
abstract function get CompatibilityLevel () : ModelTranslatorCompatibilityLevel
Valor de propiedad
Tipo: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorCompatibilityLevel
Uno de los valores de enumeración que indica el nivel de compatibilidad de este traductor.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Data.Schema.SchemaModel.Translation (Espacio de nombres)