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