SPSolutionLanguagePack.DeployLocal method (Boolean, Boolean)
將本機伺服器上的語言套件部署進行疑難排解。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'宣告
Public Sub DeployLocal ( _
globalInstallWPPackDlls As Boolean, _
force As Boolean _
)
'用途
Dim instance As SPSolutionLanguagePack
Dim globalInstallWPPackDlls As Boolean
Dim force As Boolean
instance.DeployLocal(globalInstallWPPackDlls, _
force)
public void DeployLocal(
bool globalInstallWPPackDlls,
bool force
)
globalInstallWPPackDlls
Type: System.Boolean未使用。
force
Type: System.Boolean如果true,則語言套件可要重新部署高度模糊 ;如果false,並將語言套件已經部署時,則會引發例外狀況。
注意
DeployLocal及RetractLocal()方法,應用於僅限暫時部署或撤銷從特定伺服器的解決方案進行疑難排解。所有其他的時間,前端網頁伺服器必須同名設定。
根據預設,沒有應用程式集區重設之後部署或後退回使用物件模型的語言套件。若要手動重設應用程式集區,您可以停止並重新啟動應用程式集區的 web 應用程式,您已部署或後退回解決方案。
若要部署的非語言相關解決方案,請參閱 < SPSolution。