SPApplicationPoolCollection-Klasse

Stellt eine Auflistung von SPApplicationPool -Objekten dar.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPApplicationPool>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPApplicationPool>
      Microsoft.SharePoint.Administration.SPApplicationPoolCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPApplicationPoolCollection _
    Inherits SPPersistedChildCollection(Of SPApplicationPool)
'Usage
Dim instance As SPApplicationPoolCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPApplicationPoolCollection : SPPersistedChildCollection<SPApplicationPool>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPApplicationPoolCollection-Member

Microsoft.SharePoint.Administration-Namespace