SPPatchableUnitInfo.GetStatus 方法
检索操作所需的此产品。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetStatus ( _
serverName As String _
) As SPServerProductInfo.StatusType
用法
Dim instance As SPPatchableUnitInfo
Dim serverName As String
Dim returnValue As SPServerProductInfo.StatusType
returnValue = instance.GetStatus(serverName)
public SPServerProductInfo.StatusType GetStatus(
string serverName
)
参数
serverName
类型:System.String要搜索的服务器。
返回值
类型:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType
SPServerProductInfo.StatusType 对象具有所需的操作的信息。