Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.82 KB

File metadata and controls

50 lines (37 loc) · 1.82 KB
title SecureConnectionLevel Property (WMI MSReportServer_ConfigurationSetting) | 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
apiname
SecureConnectionLevel
apilocation
reportingservices.mof
apitype MOFDef
helpviewer_keywords
SecureConnectionLevel property
ms.assetid fd5549e7-b874-41e2-866e-2f58caf6f733
author maggiesMSFT
ms.author maggies

ConfigurationSetting Property - SecureConnectionLevel

Returns the secure connection level specified in the RSReportServer.config file. Read-only.

Syntax

Public Dim SecureConnectionLevel As Integer  
public Integer SecureConnectionLevel;  

Property Values

An Integer value that represents the secure connection level. The return values indicate that the SSL is either configured or not. A value of greater than or equal to 1 indicates that SSL is turned on. A value of 0 indicates that SSL is turned off.

Example Code

MSReportServer_ConfigurationSetting Class

Remarks

In SQL Server 2008 R2, SecureConnectionLevel is made an on/off switch. For more information, see ConfigurationSetting Method - SetSecureConnectionLevel.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Members