Partager via


CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) Méthode

Définition

L’index nommé « {indexName} » défini sur les propriétés {indexProperties} ne peut pas être ajouté au type d’entité « {entityType} », car un index portant le même nom existe déjà sur le type d’entité « {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

Paramètres

indexName
Object
indexProperties
Object
entityType
Object
duplicateEntityType
Object

Retours

S’applique à