共用方式為


SPAction members

Include protected members
Include inherited members

代表的升級動作,說明升級轉換為獨立作業的抽象類別。

The SPAction type exposes the following members.

Constructors

  Name Description
Protected method SPAction 初始化SPAction類別的新執行個體。

Top

Properties

  Name Description
Public property Description 取得包含巨集指令的描述字串。
Protected property FromBuildVersion 取得正在升級組建版本號碼。
Protected property HonorTargetSchemaVersion Obsolete. 指出如果應該的動作與 FromBuild/ToBuild 接受結構描述版本的屬性。
Public property Log 取得SPLog物件。SPAction類別應該使用此SPLog物件記錄任何錯誤、 警告或升級程序期間的偵錯資訊。
Protected property Manager 取得Microsoft SharePoint Foundation升級管理員物件。
Public property ShouldRun 取得 Boolean 值,指出是否應該要執行的升級動作。
Protected property SPSequence 取得 sequence 物件,表示升級的順序。
Protected property TargetSchemaVersion 取得Microsoft SharePoint Foundation安裝要升級的架構版本。
Protected property ToBuildVersion 取得要升級Microsoft SharePoint Foundation安裝則組建版本號碼。
Protected property Type 會在透過動作取得正在升級的物件的類型。
Protected property UpgradableObject 取得object代表此SPAction要升級之物件的類別,包含在SPSequence物件,以及其他SPAction物件。

Top

Methods

  Name Description
Public method Commit 認可升級動作。
Public method Dispose 版本的升級動作所使用的所有未受管理的資源。
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize 初始化根據指定的物件和順序升級動作。
Protected method MemberwiseClone (Inherited from Object.)
Public method Rollback 回復升級動作。
Public method ToString (Inherited from Object.)
Public method Upgrade 執行升級的邏輯動作。

Top

請參閱

參照

SPAction class

Microsoft.SharePoint.Upgrade namespace