共用方式為


SPWebService.ApplicationPools property

取得可使用這項服務的 IIS 應用程式集區的集合。

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

Syntax

'宣告
Public ReadOnly Property ApplicationPools As SPApplicationPoolCollection
    Get
'用途
Dim instance As SPWebService
Dim value As SPApplicationPoolCollection

value = instance.ApplicationPools
public SPApplicationPoolCollection ApplicationPools { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPApplicationPoolCollection
SPApplicationPool 物件。

備註

可簡化變更帳戶認證,在伺服器陣列部署的例行工作的 Windows SharePoint services 管理這些應用程式集區。

請參閱

參照

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace