Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.51 KB

File metadata and controls

47 lines (36 loc) · 1.51 KB
title ConfigurationSetting Method - RemoveUnattendedExecutionAccount | Microsoft Docs
ms.date 03/01/2017
ms.prod reporting-services
ms.prod_service reporting-services-native
ms.technology wmi-provider-library-reference
ms.topic conceptual
apiname
RemoveUnattendedExecutionAccount (WMI MSReportServer_ConfigurationSetting Class)
apilocation
reportingservices.mof
apitype MOFDef
helpviewer_keywords
RemoveUnattendedExecutionAccount method
ms.assetid 77e371c1-7c26-44f9-9119-7c8dc838db32
author maggiesMSFT
ms.author maggies

ConfigurationSetting Method - RemoveUnattendedExecutionAccount

Deletes the unattended execution account entry from the report server configuration file.

Syntax

Public Sub RemoveUnattendedExecutionAccount(ByRef HRESULT as Int32)  
public void RemoveUnattendedExecutionAccount (out Int32 HRESULT);  

Parameters

HRESULT
[out] Value indicating whether the call succeeded or failed.

Return Value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A non-zero value indicates that an error has occurred.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Members