UnattendedExecutionAccount Property (WMI MSReportServer_ConfigurationSetting)

Returns the user account that the report server impersonates when running reports unattended. Read-only.

Syntax

Public Dim UnattendedExecutionAccount As String  
public string UnattendedExecutionAccount;  

Property Values

A String object that represents the account name.

Example Code

MSReportServer_ConfigurationSetting Class

Requirements

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

See Also

MSReportServer_ConfigurationSetting Members