Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.9 KB

File metadata and controls

55 lines (40 loc) · 1.9 KB
title GetReportServerUrls Method (WMI MSReportServer_Instance) | Microsoft Docs
ms.date 06/09/2016
ms.prod reporting-services
ms.prod_service reporting-services-native
ms.technology wmi-provider-library-reference
ms.topic conceptual
helpviewer_keywords
GetReportServerUrls method
ms.assetid 4865e32c-0114-465a-be8c-be223a7bc09e
author maggiesMSFT
ms.author maggies

MSReportServer_Instance Methods - GetReportServerUrls

Returns a list of URLs users can use to access the report server and the [!INCLUDEssRSWebPortal].

Syntax

Public Sub GetReportServerUrls (ByRef ApplicationName() As String, ByRef URLs()_  
    As String, ByRef Length As Int32, ByRef HRESULT As Int32)  
public void GetReportServerUrls(out string[] applicationName,   
    out string[] URLs, out int length, out int HRESULT);  

Parameters

ApplicationName[]
An array that contains the applications that are installed. Values are either ReportServerWebService or ReportServerWebApp.

URLs[]
An array that contains the successfully registered Urls.

Length
An integer value that contains the length of the arrays returned.

HRESULT
A value that indicates success or an error code.

Return Values

Remarks

Methods exposed by WMI management objects are called through the InvokeMethod function. For more information, please see "Executing Methods on Management Objects" in the [!INCLUDEmsCoName] .NET Framework WMI documentation.

Requirements

Namespace: [!INCLUDEssRSWMInmspc]

See Also

MSReportServer_ConfigurationSetting Members