SetWindowsServiceIdentity 方法 (WMI MSReportServer_ConfigurationSetting)

将报表服务器 Windows 服务作为指定的 Windows 用户运行,并授予此帐户足够的文件系统权限以允许操作报表服务器。

语法

Public Sub SetWindowsServiceIdentity(UseBuiltInAccount as Boolean, _
    Account as String, Password as String, ByRef HRESULT as Int32)
public void SetWindowsServiceIdentity(boolean UseBuiltInAccount, 
    string Account, string Password, out Int32 HRESULT);

参数

  • UseBuiltInAccount
    指示指定的帐户是否是内置 Windows 帐户。

  • Account
    要用于运行 Windows 服务的 Windows 帐户,格式为“DOMAIN\alias”。

  • Password
    帐户的密码。

  • HRESULT
    [out] 指示调用是成功还是失败的值。

返回值

返回 HRESULT,指示方法调用是成功还是失败。值 0 指示方法调用已成功。非零值指示已发生错误。

注释

当 UseBuiltInAccount 参数设置为 true 并且报表服务器在 Microsoft Windows 2000 或 Windows XP 上运行,将忽略 Name、Domain 和 Password 参数的值,并且使用 Local system 帐户。

当 UseBuiltInAccount 参数设置为 true 并且报表服务器在 Windows Server 2003 上运行,将忽略 Domain 和 Password 属性,并且名称字段必须包含“Builtin\NetworkService”、“Builtin\System”或“Builtin\LocalService”。

SetWindowsServiceIdentity 方法可对报表服务器安装目录中的文件和文件夹设置文件权限。

Account 参数中指定的帐户要求 Windows 中的 LogonAsService 权限。该方法可将此权限授予指定的帐户。

要求

命名空间: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin

平台: Windows Server 2003 Datacenter Edition;Windows Server 2003 Enterprise Edition;Windows Server 2003 Standard Edition;Windows Vista;Windows XP Professional Service Pack 2 (SP2) 或 Service Pack 1 (SP1) 或者 Windows 2000(所有版本)