CoreStrings.InconsistentInheritance Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
InconsistentInheritance(Object, Object) |
Il tipo di entità '{entityType}' deve derivare da '{baseEntityType}' per riflettere la gerarchia dei tipi CLR corrispondenti. |
InconsistentInheritance(Object, Object, Object) |
Il tipo di entità '{entityType}' è configurato come derivato da '{baseEntityType}', ma in base alla gerarchia dei tipi CLR corrispondenti deve derivare da '{clrBaseEntityType}'. Configurare '{entityType}' con '{baseEntityType}' o 'null' come tipo di base. |
InconsistentInheritance(Object, Object)
Il tipo di entità '{entityType}' deve derivare da '{baseEntityType}' per riflettere la gerarchia dei tipi CLR corrispondenti.
public static string InconsistentInheritance (object entityType, object baseEntityType);
static member InconsistentInheritance : obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object) As String
Parametri
- entityType
- Object
- baseEntityType
- Object
Restituisce
Si applica a
InconsistentInheritance(Object, Object, Object)
Il tipo di entità '{entityType}' è configurato come derivato da '{baseEntityType}', ma in base alla gerarchia dei tipi CLR corrispondenti deve derivare da '{clrBaseEntityType}'. Configurare '{entityType}' con '{baseEntityType}' o 'null' come tipo di base.
public static string InconsistentInheritance (object? entityType, object? baseEntityType, object? clrBaseEntityType);
static member InconsistentInheritance : obj * obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object, clrBaseEntityType As Object) As String
Parametri
- entityType
- Object
- baseEntityType
- Object
- clrBaseEntityType
- Object