Freigeben über


SPProductVersions.GetServerProductInfo-Methode

Produktinformationen für einen bestimmten Server abgerufen.

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

Syntax

'Declaration
Public Function GetServerProductInfo ( _
    serverIdGuid As Guid _
) As SPServerProductInfo
'Usage
Dim instance As SPProductVersions
Dim serverIdGuid As Guid
Dim returnValue As SPServerProductInfo

returnValue = instance.GetServerProductInfo(serverIdGuid)
public SPServerProductInfo GetServerProductInfo(
    Guid serverIdGuid
)

Parameter

  • serverIdGuid
    Typ: System.Guid

    Eindeutiger Bezeichner des Servers an, von dem Sie Produktinformationen abrufen können.

Rückgabewert

Typ: Microsoft.SharePoint.Administration.SPServerProductInfo
Ein SPServerProductInfo -Objekt mit Informationen über den Server. Gibt null zurück, wenn der Server nicht gefunden wird.

Siehe auch

Referenz

SPProductVersions Klasse

SPProductVersions-Member

Microsoft.SharePoint.Administration-Namespace