共用方式為


SPSolutionDeploymentState enumeration

包含指定的解決方案部署狀態的值。

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

Syntax

'宣告
Public Enumeration SPSolutionDeploymentState
'用途
Dim instance As SPSolutionDeploymentState
public enum SPSolutionDeploymentState

Members

Member name Description
NotDeployed 未部署解決方案。
GlobalDeployed 部署解決方案,且其組件安裝到全域組件快取。
WebApplicationDeployed 部署解決方案,且其組件處於 web 應用程式的 bin 目錄。
GlobalAndWebApplicationDeployed 解決方案部署,並已安裝的 bin 目錄和全域組件快取中的組件。

請參閱

參照

Microsoft.SharePoint.Administration namespace