AppInstanceErrorSource 枚举

标识检测到错误时部署组件。

命名空间:  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 AppInstanceErrorSource
用法
Dim instance As AppInstanceErrorSource
public enum AppInstanceErrorSource

成员

成员名称 说明
Common 指示常见应用部署的过程中出错。值 = 0。
AppWeb 指示应用 web 部署的过程中出错。值 = 1。
ParentWeb 指示在父网站部署期间发生错误。值 = 2。
RemoteWebSite 指示在远程网站部署期间发生错误。值 = 3。
Database 指示数据库部署的过程中出错。值 = 4。
OfficeExtension 指示 Office 扩展部署的过程中出错。值 = 5。
EventCallouts 指示事件标注的过程中出错。值 = 6。
Finalization 指示应用部署终止期间发生错误。值 = 7。

另请参阅

引用

Microsoft.SharePoint.Client 命名空间