Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.63 KB

File metadata and controls

42 lines (33 loc) · 1.63 KB
title GetAdminSiteUrl method (WMI)
description ConfigurationSetting method - GetAdminSiteUrl
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
GetAdminSiteUrl method

ConfigurationSetting method - GetAdminSiteUrl

Gets the absolute URL for the Central Administration Web site for the Microsoft [!INCLUDEwinSPServ], [!INCLUDEoffSPServ], [!INCLUDESPF2010], or [!INCLUDESPS2010] farm that the report server is integrated with.

Syntax

Public Sub GetAdminSiteUrl(ByRef AdminSiteUrl as String, _  
ByRef HRESULT as Int32)  
public void GetAdminSiteUrl(out string AdminSiteUrl, out Int32 HRESULT);  

Parameters

AdminSiteUrl
[out] A string that contains the absolute URL for the Central Administration Web site for the SharePoint farm that the report server is integrated with.

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 nonzero value indicates that an error occurred.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content