CoreStrings.DuplicatePropertyInForeignKey(Object, Object) 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.
Les propriétés {propertyList} ne peuvent pas être utilisées pour une clé étrangère, car elles contiennent un doublon : « {property} ».
public static string DuplicatePropertyInForeignKey(object propertyList, object property);
public static string DuplicatePropertyInForeignKey(object? propertyList, object? property);
static member DuplicatePropertyInForeignKey : obj * obj -> string
Public Shared Function DuplicatePropertyInForeignKey (propertyList As Object, property As Object) As String
Paramètres
- propertyList
- Object
- property
- Object