SPWindowsServiceInstance.Enable 方法

启用本地计算机上的服务。

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

语法

声明
Protected Friend Shared Sub Enable ( _
    serviceName As String, _
    autoStart As Boolean _
)
用法
Dim serviceName As String
Dim autoStart As BooleanSPWindowsServiceInstance.Enable(serviceName, autoStart)
protected internal static void Enable(
    string serviceName,
    bool autoStart
)

参数

  • serviceName
    类型:System.String

    一个字符串,包含要启用的服务的窗口名称。

  • autoStart
    类型:System.Boolean

    true如果在服务启动自动保存功能。否则为false。

另请参阅

引用

SPWindowsServiceInstance 类

SPWindowsServiceInstance 成员

Microsoft.SharePoint.Administration 命名空间