RelationalStrings.TableOverrideMismatch(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{propertySpecification}' 具有資料表 '{table}' 的特定組態,但未對應至該資料表上的資料行。 移除特定組態,或將包含此屬性的實體類型對應至 '{table}'。
public static string TableOverrideMismatch (object propertySpecification, object table);
public static string TableOverrideMismatch (object? propertySpecification, object? table);
static member TableOverrideMismatch : obj * obj -> string
Public Shared Function TableOverrideMismatch (propertySpecification As Object, table As Object) As String
參數
- propertySpecification
- Object
- table
- Object