共用方式為


SPAction.TargetSchemaVersion property

取得Microsoft SharePoint Foundation安裝要升級的架構版本。

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected Friend ReadOnly Property TargetSchemaVersion As Version
    Get
'用途
Dim value As Version

value = Me.TargetSchemaVersion
protected internal Version TargetSchemaVersion { get; }

Property value

Type: System.Version
System.Version物件,代表的架構版本。

備註

當您執行升級的順序時,只會執行的動作會有較新的目標結構描述版本比目前結構描述版本的資源的。

請參閱

參照

SPAction class

SPAction members

Microsoft.SharePoint.Upgrade namespace