CoreStrings.KeyPropertyInForeignKey(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{property}' 不能是 '{entityType}' 上索引鍵的一部分,因為它已啟用值產生,而且包含在衍生實體類型上定義的外鍵中。
public static string KeyPropertyInForeignKey (object property, object entityType);
static member KeyPropertyInForeignKey : obj * obj -> string
Public Shared Function KeyPropertyInForeignKey (property As Object, entityType As Object) As String
參數
- property
- Object
- entityType
- Object