SPWindowsServiceInstance.IsDisabled 方法

返回一个布尔值,该值指示是否禁用本地计算机上的 Windows 服务。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Friend Shared Function IsDisabled ( _
    serviceName As String _
) As Boolean
用法
Dim serviceName As String
Dim returnValue As Boolean

returnValue = SPWindowsServiceInstance.IsDisabled(serviceName)
protected internal static bool IsDisabled(
    string serviceName
)

参数

  • serviceName
    类型:System.String

    一个字符串,其中包含 Windows 服务的名称。

返回值

类型:System.Boolean
true如果禁用 Windows 服务 ;否则为false。

另请参阅

引用

SPWindowsServiceInstance 类

SPWindowsServiceInstance 成员

Microsoft.SharePoint.Administration 命名空间