共用方式為


CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) 方法

定義

在屬性 {indexProperties} 上定義的索引 '{indexName}' 無法新增至實體類型 '{entityType}',因為實體類型 '{duplicateEntityType}' 上已有具有相同名稱的索引。

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

傳回

適用於