다음을 통해 공유


CoreStrings.KeyInUse 메서드

정의

오버로드

KeyInUse(Object, Object, Object, Object)

엔터티 형식 '{dependentType}'에 정의된 외래 키 {foreignKeyProperties}에서 참조되므로 엔터티 형식 '{entityType}'에서 키 {keyProperties}를 제거할 수 없습니다. 키를 제거하기 전에 참조하는 모든 외래 키에 대한 주 키를 제거하거나 변경합니다.

KeyInUse(Object, Object, Object)

엔터티 형식 '{entityType}'의 외래 키에서 참조되므로 엔터티 형식 '{entityType}'에서 키 {key}를 제거할 수 없습니다. 참조된 키를 제거하려면 먼저 모든 외래 키를 제거하거나 다시 정의해야 합니다.

KeyInUse(Object, Object, Object, Object)

엔터티 형식 '{dependentType}'에 정의된 외래 키 {foreignKeyProperties}에서 참조되므로 엔터티 형식 '{entityType}'에서 키 {keyProperties}를 제거할 수 없습니다. 키를 제거하기 전에 참조하는 모든 외래 키에 대한 주 키를 제거하거나 변경합니다.

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}'의 외래 키에서 참조되므로 엔터티 형식 '{entityType}'에서 키 {key}를 제거할 수 없습니다. 참조된 키를 제거하려면 먼저 모든 외래 키를 제거하거나 다시 정의해야 합니다.

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

반환

적용 대상