共用方式為


RelationalStrings.DuplicateIndexFiltersMismatch 方法

定義

'{entityType1}' 上的索引 {index1} 和 '{entityType2}' 上的 {index2} 都對應至 '{table}。{indexName}',但具有不同的篩選 ('{filter1}' 和 '{filter2}') 。

public static string DuplicateIndexFiltersMismatch (object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? table, object? indexName, object? filter1, object? filter2);
public static string DuplicateIndexFiltersMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? table, object? indexName, object? filter1, object? filter2);
static member DuplicateIndexFiltersMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateIndexFiltersMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexFiltersMismatch (indexProperties1 As Object, entityType1 As Object, indexProperties2 As Object, entityType2 As Object, table As Object, indexName As Object, filter1 As Object, filter2 As Object) As String
Public Shared Function DuplicateIndexFiltersMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, indexName As Object, filter1 As Object, filter2 As Object) As String

參數

indexProperties1index1
Object
entityType1
Object
indexProperties2index2
Object
entityType2
Object
table
Object
indexName
Object
filter1
Object
filter2
Object

傳回

適用於