SPWindowsServiceCollection-Klasse
Stellt eine Auflistung von SPWindowsService -Objekten dar.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPWindowsService>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPWindowsService>
Microsoft.SharePoint.Administration.SPWindowsServiceCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("9D73F8B1-3198-4f86-BCC9-22C1DE8D05B7")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPWindowsServiceCollection _
Inherits SPPersistedChildCollection(Of SPWindowsService)
'Usage
Dim instance As SPWindowsServiceCollection
[GuidAttribute("9D73F8B1-3198-4f86-BCC9-22C1DE8D05B7")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPWindowsServiceCollection : SPPersistedChildCollection<SPWindowsService>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.