RelationalStrings.DuplicateIndexTableMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType1}' 上的索引 {index1}' 和 '{entityType2}' 上的 {index2}' 都對應到 '{indexName}',但在不同的資料表上宣告 ('{table1}' 和 '{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
參數
- indexProperties1index1
- Object
- entityType1
- Object
- indexProperties2index2
- Object
- entityType2
- Object
- indexName
- Object
- table1
- Object
- table2
- Object