SPFarmManagedAccountCollection-Klasse

Stellt die Auflistung von verwalteten Konten in der Farm.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection

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

Syntax

'Declaration
<GuidAttribute("F136C998-E403-4F41-903C-40577CE12C09")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPFarmManagedAccountCollection _
    Implements ICollection(Of SPManagedAccount), IEnumerable(Of SPManagedAccount),  _
    IEnumerable
'Usage
Dim instance As SPFarmManagedAccountCollection
[GuidAttribute("F136C998-E403-4F41-903C-40577CE12C09")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPFarmManagedAccountCollection : ICollection<SPManagedAccount>, 
    IEnumerable<SPManagedAccount>, IEnumerable

Threadsicherheit

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

Siehe auch

Referenz

SPFarmManagedAccountCollection-Member

Microsoft.SharePoint.Administration-Namespace