다음을 통해 공유


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

정의

{indexProperties} 속성에 정의된 '{indexName}'이라는 인덱스는 엔터티 형식 '{duplicateEntityType}'에 이름이 같은 인덱스가 이미 있으므로 엔터티 형식 '{entityType}'에 추가할 수 없습니다.

public static string DuplicateNamedIndex (object indexName, object indexProperties, object entityType, object duplicateEntityType);
public static string DuplicateNamedIndex (object? indexName, object? indexProperties, object? entityType, object? duplicateEntityType);
static member DuplicateNamedIndex : obj * obj * obj * obj -> string
Public Shared Function DuplicateNamedIndex (indexName As Object, indexProperties As Object, entityType As Object, duplicateEntityType As Object) As String

매개 변수

indexName
Object
indexProperties
Object
entityType
Object
duplicateEntityType
Object

반환

적용 대상