RelationalStrings.DuplicateColumnNameCollationMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType1}。{property1}' 和 '{entityType2}。{property2}' 都對應至 '{table}' 中的資料行 '{columnName}',但設定為使用不同的定序 ('{collation1}' 和 '{collation2}') 。
public static string DuplicateColumnNameCollationMismatch (object entityType1, object property1, object entityType2, object property2, object columnName, object table, object collation1, object collation2);
public static string DuplicateColumnNameCollationMismatch (object? entityType1, object? property1, object? entityType2, object? property2, object? columnName, object? table, object? collation1, object? collation2);
static member DuplicateColumnNameCollationMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateColumnNameCollationMismatch (entityType1 As Object, property1 As Object, entityType2 As Object, property2 As Object, columnName As Object, table As Object, collation1 As Object, collation2 As Object) As String
參數
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- Object
- collation1
- Object
- collation2
- Object