Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.74 KB

File metadata and controls

46 lines (34 loc) · 1.74 KB
title GetAdminSiteUrl Method (WMI) | 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
helpviewer_keywords
GetAdminSiteUrl method
ms.assetid fbc5bf3c-120c-4aec-a4f2-f5391bd415f6
author maggiesMSFT
ms.author maggies

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 non-zero value indicates that an error has occurred.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Methods