SPService.Instances-Eigenschaft
Ruft eine Auflistung aller Instanzen des Diensts in der Serverfarm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Instances As SPServiceInstanceDependencyCollection
Get
'Usage
Dim instance As SPService
Dim value As SPServiceInstanceDependencyCollection
value = instance.Instances
public SPServiceInstanceDependencyCollection Instances { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection
Ein SPServiceInstanceDependencyCollection -Objekt, das die Dienstinstanzen darstellt.