Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.87 KB

File metadata and controls

57 lines (44 loc) · 1.87 KB
title ListReservedURLs method (WMI MSReportServer_ConfigurationSetting)
description ListReservedURLs method (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
ListReservedURLs method

ConfigurationSetting method - ListReservedURLs

Lists URLs reserved for all applications on the report server.

Syntax

Public Sub ListReservedUrls(ByRef Application() as String, ByRef UrlString() as String, _  
    ByRef Account() as String, ByRef AccountSID() as String, _  
    ByRef length() as Int32, ByRef HRESULT as Int32)  
public void ListReservedUrls(out string[] Application, out string[] UrlString,  
        out string[] Account, out string[] AccountSID,  
        out int[] Length, out int[] HRESULT);  

Parameters

Application[]
[out] The applications that have URL reservations.

UrlString[]
[out] The URLs that are reserved.

Account[]
[out] The account names associated with the account for the URL reservations.

AccountSID[]
[out] The account SIDs associated with the account for the URL reservations.

Length
[out] The length of the arrays returned by the method.

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. An error code indicates the call wasn't successful.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content