閱讀英文

共用方式為


SPSolutionLanguagePack.DeployLocal method (Boolean, Boolean)

將本機伺服器上的語言套件部署進行疑難排解。

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

Syntax

'宣告
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
)

參數

  • force
    Type: System.Boolean

    如果true,則語言套件可要重新部署高度模糊 ;如果false,並將語言套件已經部署時,則會引發例外狀況。

備註

注意

DeployLocalRetractLocal()方法,應用於僅限暫時部署或撤銷從特定伺服器的解決方案進行疑難排解。所有其他的時間,前端網頁伺服器必須同名設定。

根據預設,沒有應用程式集區重設之後部署或後退回使用物件模型的語言套件。若要手動重設應用程式集區,您可以停止並重新啟動應用程式集區的 web 應用程式,您已部署或後退回解決方案。

若要部署的非語言相關解決方案,請參閱 < SPSolution

請參閱

參照

SPSolutionLanguagePack class

SPSolutionLanguagePack members

DeployLocal overload

Microsoft.SharePoint.Administration namespace