CoreStrings.KeyInUse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
KeyInUse(Object, Object, Object, Object) |
無法從實體類型 '{entityType}' 中移除索引鍵 {keyProperties}',因為它是由實體類型 '{dependentType}' 上定義的外鍵 {foreignKeyProperties} 所參考。 移除或變更所有參考外鍵的主體索引鍵,再移除索引鍵。 |
KeyInUse(Object, Object, Object) |
無法從實體類型 '{entityType}' 移除索引鍵 {key}',因為它是由實體類型 '{dependentType}' 中的外鍵所參考。 必須先移除或重新定義所有外鍵,才能移除參考的索引鍵。 |
KeyInUse(Object, Object, Object, Object)
無法從實體類型 '{entityType}' 中移除索引鍵 {keyProperties}',因為它是由實體類型 '{dependentType}' 上定義的外鍵 {foreignKeyProperties} 所參考。 移除或變更所有參考外鍵的主體索引鍵,再移除索引鍵。
public static string KeyInUse (object keyProperties, object entityType, object foreignKeyProperties, object dependentType);
public static string KeyInUse (object? keyProperties, object? entityType, object? foreignKeyProperties, object? dependentType);
static member KeyInUse : obj * obj * obj * obj -> string
Public Shared Function KeyInUse (keyProperties As Object, entityType As Object, foreignKeyProperties As Object, dependentType As Object) As String
參數
- keyProperties
- Object
- entityType
- Object
- foreignKeyProperties
- Object
- dependentType
- Object
傳回
適用於
KeyInUse(Object, Object, Object)
無法從實體類型 '{entityType}' 移除索引鍵 {key}',因為它是由實體類型 '{dependentType}' 中的外鍵所參考。 必須先移除或重新定義所有外鍵,才能移除參考的索引鍵。
public static string KeyInUse (object key, object entityType, object dependentType);
static member KeyInUse : obj * obj * obj -> string
Public Shared Function KeyInUse (key As Object, entityType As Object, dependentType As Object) As String
參數
- key
- Object
- entityType
- Object
- dependentType
- Object