共用方式為


SPSolutionLanguagePack.DeployedServers property

會取得的語言套件已部署的伺服器的集合。

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

Syntax

'宣告
Public ReadOnly Property DeployedServers As Collection(Of SPServer)
    Get
'用途
Dim instance As SPSolutionLanguagePack
Dim value As Collection(Of SPServer)

value = instance.DeployedServers
public Collection<SPServer> DeployedServers { get; }

Property value

Type: System.Collections.ObjectModel.Collection<SPServer>
SPServer 物件的集合。

請參閱

參照

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace