Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.5 KB

File metadata and controls

48 lines (39 loc) · 1.5 KB
title RemoveUnattendedExecutionAccount Method (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services-native
ms.topic conceptual
api_name
RemoveUnattendedExecutionAccount (WMI MSReportServer_ConfigurationSetting Class)
api_location
reportingservices.mof
topic_type
apiref
helpviewer_keywords
RemoveUnattendedExecutionAccount method
ms.assetid 77e371c1-7c26-44f9-9119-7c8dc838db32
author maggiesMSFT
ms.author maggies
manager kfile

RemoveUnattendedExecutionAccount Method (WMI MSReportServer_ConfigurationSetting)

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