共用方式為


ErrorManager.MergeWith 方法

複製其他 ErrorManager 物件中的錯誤。

命名空間:  Microsoft.Data.Schema
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Sub MergeWith ( _
    otherErrorManager As ErrorManager _
)
public void MergeWith(
    ErrorManager otherErrorManager
)
public:
void MergeWith(
    ErrorManager^ otherErrorManager
)
member MergeWith : 
        otherErrorManager:ErrorManager -> unit 
public function MergeWith(
    otherErrorManager : ErrorManager
)

參數

.NET Framework 安全性

請參閱

參考

ErrorManager 類別

Microsoft.Data.Schema 命名空間