ConfigurationSetting 方法 - SetWindowsServiceIdentity
将报表服务器 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 帐户。
科目
要用于运行 Windows 服务的 Windows 帐户,格式为 DOMAIN\alias
。
密码
帐户的密码。
HRESULT
[out] 指示调用是成功还是失败的值。
返回值
返回 HRESULT ,指示方法调用是成功还是失败。 值 0 指示方法调用已成功。 非零值指示发生了错误。
注解
如果 UseBuiltInAccount 参数设置为 true 并且报表服务器在 Microsoft Windows 2000 或 Windows XP 上运行,将忽略 Name、Domain 和 Password 参数的值,并且使用本地系统帐户。
UseBuiltInAccount 参数设置为 true 并且报表服务器在 Windows Server 2003 上运行时,将忽略 Domain 和 Password 属性,并且名称字段必须包含 Builtin\NetworkService
、Builtin\System
或 Builtin\LocalService
。
SetWindowsServiceIdentity 方法可对报表服务器安装目录中的文件和文件夹设置文件权限。
Account 参数中指定的帐户要求 Windows 中的 LogonAsService 权限。 该方法可将此权限授予指定的帐户。
要求
命名空间:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin