共用方式為


SPWebAction members

Include protected members
Include inherited members

所有 SPWeb 升級動作抽象 super 類別。

The SPWebAction type exposes the following members.

Constructors

  Name Description
Protected method SPWebAction

Top

Properties

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

Top

Methods

  Name Description
Public method Commit 預設實作是 noop。 (Overrides SPAction.Commit().)
Public method Dispose 版本的升級動作所使用的所有未受管理的資源。 (Inherited from SPAction.)
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 初始化根據指定的物件和順序升級動作。 (Inherited from SPAction.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rollback 預設實作是 noop。 (Overrides SPAction.Rollback().)
Public method ToString (Inherited from Object.)
Public method Upgrade 執行升級的邏輯動作。 (Inherited from SPAction.)

Top

請參閱

參照

SPWebAction class

Microsoft.SharePoint.Upgrade namespace