SPServiceApplication.ServiceApplicationProxyGroup-Eigenschaft
Dient zum Abrufen oder Festlegen der Dienstanwendungsproxy-Gruppe für diese SPServiceApplication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServiceApplicationProxyGroup As SPServiceApplicationProxyGroup
Get
Set
'Usage
Dim instance As SPServiceApplication
Dim value As SPServiceApplicationProxyGroup
value = instance.ServiceApplicationProxyGroup
instance.ServiceApplicationProxyGroup = value
public SPServiceApplicationProxyGroup ServiceApplicationProxyGroup { get; set; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup
Gibt eine SPServiceApplicationProxyGroup , die eine Gruppe von Referenzen für Dienstanwendungsproxys darstellt.
Hinweise
Dienstanwendungen haben einen entsprechenden Dienstanwendungsproxy, der ein Objekt, die ein Dienstconsumer oder Webpart wird verwendet ist, um auf eine Dienstanwendung herstellen. Webanwendungen können nicht mit einer Dienstanwendung ohne einen Proxy kommunizieren. Eine Dienstanwendungsproxy-Gruppe kann mehrere Dienstanwendungen des gleichen Typs enthalten. Wenn die Dienstanwendungsproxy-Gruppe für diese SPServiceApplicationein Nullverweis (Nothing in Visual Basic)ist, wird die standardmäßige SPServiceApplicationProxyGroup für die lokale Farm stattdessen verwendet.