IUpgrader members
Include protected members
Include inherited members
提供封裝升級程式委派的介面。
The IUpgrader type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanUpgrade | 取得 Boolean 值,指出是否可以執行升級。 | |
ContinueOnFailure | 可讓搜尋時忽略錯誤,並移至下一個物件順序中的順序。 | |
IsApplicable | 取得 Boolean 值,指出升級程式是否適用於目前的物件。 | |
NeedsUpgrade | 取得或設定 Boolean 值,會指定目前的物件是否需要升級。 |
Top
Methods
Name | Description | |
---|---|---|
FinalizeUpgrade | 執行以完成升級的逐步的版本對版本升級作業。 | |
PostUpgrade | 目前的升級順序完成後,請執行工作。 | |
PreUpgrade | 在目前的升級順序開始之前,請執行工作。 | |
Upgrade | 執行升級。 |
Top