指定的站点升级状态。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPSiteUpgradeStatus
用法
Dim instance As SPSiteUpgradeStatus
public enum SPSiteUpgradeStatus
成员
成员名称 | 说明 | |
---|---|---|
None | 发生了未升级。值为 0。 | |
InProgress | 当前正在进行网站升级。值 = 1。 | |
Failed | 网站升级完成,但出现了错误。值 = 2。 | |
Completed | 网站升级已成功完成。值 = 3。 |