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 帐户。

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

密码
帐户的密码。

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

返回值

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

注解

当 UseBuiltInAccount 参数设置为true并且报表服务器在 Microsoft Windows 2000 或 Windows XP 上运行时,将忽略名称密码参数的值,并使用本地系统帐户。

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

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

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

要求

Namespace:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v12\Admin

另请参阅

MSReportServer_ConfigurationSetting 成员