共用方式為


SPUpgradeSession class

代表升級工作階段。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Upgrade.SPUpgradeSession

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

Syntax

'宣告
<GuidAttribute("BBAF045F-9B04-42CB-BD2A-7CFDEA63E093")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPUpgradeSession _
    Inherits SPPersistedObject
'用途
Dim instance As SPUpgradeSession
[GuidAttribute("BBAF045F-9B04-42CB-BD2A-7CFDEA63E093")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPUpgradeSession : SPPersistedObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPUpgradeSession members

Microsoft.SharePoint.Upgrade namespace