SPServiceApplicationProxyGroup-Klasse

Stellt eine Gruppe von Referenzen für Dienstanwendungsproxys an.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup

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

Syntax

'Declaration
<GuidAttribute("7DDE99AF-77C7-4196-8549-4E947D11A79D")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPServiceApplicationProxyGroup _
    Inherits SPPersistedUpgradableObject
'Usage
Dim instance As SPServiceApplicationProxyGroup
[GuidAttribute("7DDE99AF-77C7-4196-8549-4E947D11A79D")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPServiceApplicationProxyGroup : SPPersistedUpgradableObject

Hinweise

Prüfung auf Vorhandensein eines Proxys in der Standardproxygruppe.

Eine Dienstanwendungsproxy-Gruppe wird verwendet, um eine Gruppe von Dienstanwendungen eine Webanwendung zuordnen.

Threadsicherheit

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

Siehe auch

Referenz

SPServiceApplicationProxyGroup-Member

Microsoft.SharePoint.Administration-Namespace