RelationalStrings.DuplicateIndexUniquenessMismatch Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Indeksy {index1} w elementach "{entityType1}" i {index2} w "{entityType2}" są mapowane na {table}. {indexName}", ale z różnymi konfiguracjami unikatowości.
public static string DuplicateIndexUniquenessMismatch(object index1, object entityType1, object index2, object entityType2, object table, object indexName);
public static string DuplicateIndexUniquenessMismatch(object indexProperties1, object entityType1, object indexProperties2, object entityType2, object table, object indexName);
public static string DuplicateIndexUniquenessMismatch(object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? table, object? indexName);
public static string DuplicateIndexUniquenessMismatch(object? index1, object? entityType1, object? index2, object? entityType2, object? table, object? indexName);
static member DuplicateIndexUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
static member DuplicateIndexUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexUniquenessMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, indexName As Object) As String
Public Shared Function DuplicateIndexUniquenessMismatch (indexProperties1 As Object, entityType1 As Object, indexProperties2 As Object, entityType2 As Object, table As Object, indexName As Object) As String
Parametry
- index1indexProperties1
- Object
- entityType1
- Object
- index2indexProperties2
- Object
- entityType2
- Object
- table
- Object
- indexName
- Object