CoreStrings.PrincipalEndIncompatibleNavigations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lors de la création de la relation entre « {navigationSpecification1} » et « {navigationSpecification2} », le type d’entité « {targetEntityType} » ne peut pas être défini comme principal.
public static string PrincipalEndIncompatibleNavigations (object? navigationSpecification1, object? navigationSpecification2, object? targetEntityType);
static member PrincipalEndIncompatibleNavigations : obj * obj * obj -> string
Public Shared Function PrincipalEndIncompatibleNavigations (navigationSpecification1 As Object, navigationSpecification2 As Object, targetEntityType As Object) As String
Paramètres
- navigationSpecification1
- Object
- navigationSpecification2
- Object
- targetEntityType
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.