次の方法で共有


CoreStrings.DuplicatePropertyInForeignKey(Object, Object) メソッド

定義

プロパティ {propertyList} は、'{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

パラメーター

propertyList
Object
property
Object

戻り値

適用対象