SPPersistedUpgradableObject.UpgradeContext property
取得目前的升級作業SPUpgradeContext 。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable ReadOnly Property UpgradeContext As SPUpgradeContext
Get
'用途
Dim instance As SPPersistedUpgradableObject
Dim value As SPUpgradeContext
value = instance.UpgradeContext
public virtual SPUpgradeContext UpgradeContext { get; }
Property value
Type: Microsoft.SharePoint.Upgrade.SPUpgradeContext
額外的升級內容。
Implements
請參閱
參照
SPPersistedUpgradableObject class