Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.79 KB

File metadata and controls

39 lines (30 loc) · 1.79 KB
title RSWindowsExtendedProtectionScenario property
description RSWindowsExtendedProtectionScenario property
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5

RSWindowsExtendedProtectionScenario property

Returns a string value that indicates the extended protection scenario the report server is configured to allow.

Syntax

Public Dim RSWindowsExtendedProtectionScenario As String  
public string RSWindowsExtendedProtectionScenario;  

Remarks

Returns a string value that indicates the extended protection scenario the report server is configured to allow. If the report server that the WMI provider is connected to doesn't support extended protection, "" (empty string) is returned.

The following list shows valid values:

"Any | Proxy | Direct"

Example code

MSReportServer_ConfigurationSetting class

Related content