RelationalStrings.DuplicateIndexTableMismatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Les index {index1} sur « {entityType1} » et {index2} sur « {entityType2} » sont tous deux mappés à « {indexName} », mais sont déclarés sur différentes tables (« {table1} » et « {table2} »).
public static string DuplicateIndexTableMismatch (object indexProperties1, object entityType1, object indexProperties2, object entityType2, object indexName, object table1, object table2);
public static string DuplicateIndexTableMismatch (object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? indexName, object? table1, object? table2);
public static string DuplicateIndexTableMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? indexName, object? table1, object? table2);
static member DuplicateIndexTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateIndexTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexTableMismatch (indexProperties1 As Object, entityType1 As Object, indexProperties2 As Object, entityType2 As Object, indexName As Object, table1 As Object, table2 As Object) As String
Public Shared Function DuplicateIndexTableMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, indexName As Object, table1 As Object, table2 As Object) As String
Paramètres
- indexProperties1index1
- Object
- entityType1
- Object
- indexProperties2index2
- Object
- entityType2
- Object
- indexName
- Object
- table1
- Object
- table2
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.