CoreStrings.OwnershipToDependent(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法變更流覽 '{navigation}',因為 '{principalEntityType}' 與 '{dependentEntityType}' 之間的外鍵是擁有權。 若要將流覽變更為擁有的實體類型,請移除擁有權。
public static string OwnershipToDependent (object? navigation, object? principalEntityType, object? dependentEntityType);
static member OwnershipToDependent : obj * obj * obj -> string
Public Shared Function OwnershipToDependent (navigation As Object, principalEntityType As Object, dependentEntityType As Object) As String
參數
- navigation
- Object
- principalEntityType
- Object
- dependentEntityType
- Object