UpgradeStatus 枚举

指定网站升级状态。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Enumeration UpgradeStatus
用法
Dim instance As UpgradeStatus
public enum UpgradeStatus

成员

成员名称 说明
None 无升级发生。值 = 0。
InProgress 当前正在网站升级。值 = 1。
Failed 网站升级已完成,但是出现错误。值 = 2。
Completed 网站升级已成功完成。值 = 3。

另请参阅

引用

Microsoft.SharePoint.Client 命名空间