SPWebAction members
Include protected members
Include inherited members
所有 SPWeb 升級動作抽象 super 類別。
The SPWebAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebAction |
Top
Properties
Name | Description | |
---|---|---|
Description | 取得包含巨集指令的描述字串。 (Inherited from SPAction.) | |
FromBuildVersion | 取得正在升級組建版本號碼。 (Inherited from SPAction.) | |
HonorTargetSchemaVersion | Obsolete. 指出如果應該的動作與 FromBuild/ToBuild 接受結構描述版本的屬性。 (Inherited from SPAction.) | |
Log | 取得SPLog物件。SPAction類別應該使用此SPLog物件記錄任何錯誤、 警告或升級程序期間的偵錯資訊。 (Inherited from SPAction.) | |
Manager | 取得Microsoft SharePoint Foundation升級管理員物件。 (Inherited from SPAction.) | |
ShouldRun | 取得 Boolean 值,指出是否應該要執行的升級動作。 (Inherited from SPAction.) | |
SPSequence | 取得 sequence 物件,表示升級的順序。 (Inherited from SPAction.) | |
TargetSchemaVersion | 取得Microsoft SharePoint Foundation安裝要升級的架構版本。 (Inherited from SPAction.) | |
ToBuildVersion | 取得要升級Microsoft SharePoint Foundation安裝則組建版本號碼。 (Inherited from SPAction.) | |
Type | 會在透過動作取得正在升級的物件的類型。 (Inherited from SPAction.) | |
UpgradableObject | 取得object代表此SPAction要升級之物件的類別,包含在SPSequence物件,以及其他SPAction物件。 (Inherited from SPAction.) | |
Web | 輸入可升級物件的屬性。 |
Top
Methods
Name | Description | |
---|---|---|
Commit | 預設實作是 noop。 (Overrides SPAction.Commit().) | |
Dispose | 版本的升級動作所使用的所有未受管理的資源。 (Inherited from SPAction.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | 初始化根據指定的物件和順序升級動作。 (Inherited from SPAction.) | |
MemberwiseClone | (Inherited from Object.) | |
Rollback | 預設實作是 noop。 (Overrides SPAction.Rollback().) | |
ToString | (Inherited from Object.) | |
Upgrade | 執行升級的邏輯動作。 (Inherited from SPAction.) |
Top