Share via


CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) メソッド

定義

プロパティ {indexProperties} で定義されている '{indexName}' という名前のインデックスは、エンティティ型 '{entityType}' に同じ名前のインデックスが既に存在するため、エンティティ型 '{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

戻り値

適用対象