다음을 통해 공유


CoreStrings.PropertyInUseKey(Object, Object, Object) 메서드

정의

속성 '{property}'은(는) 키 {keyProperties}에서 사용 중이므로 '{entityType}' 형식에서 제거할 수 없습니다. 속성을 제거하려면 먼저 포함된 모든 키를 제거하거나 다시 정의해야 합니다.

public static string PropertyInUseKey (object property, object entityType, object key);
public static string PropertyInUseKey (object property, object entityType, object keyProperties);
public static string PropertyInUseKey (object? property, object? entityType, object? keyProperties);
static member PropertyInUseKey : obj * obj * obj -> string
static member PropertyInUseKey : obj * obj * obj -> string
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, key As Object) As String
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, keyProperties As Object) As String

매개 변수

property
Object
entityType
Object
keykeyProperties
Object

반환

적용 대상