Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.77 KB

configurationsetting-property-secureconnectionlevel.md

File metadata and controls

46 lines (35 loc) · 1.77 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords apilocation apiname apitype
SecureConnectionLevel property (WMI MSReportServer_ConfigurationSetting)
SecureConnectionLevel property (WMI MSReportServer_ConfigurationSetting)
maggiesMSFT
maggies
03/01/2017
reporting-services
wmi-provider-library-reference
conceptual
updatefrequency5
SecureConnectionLevel property
reportingservices.mof
SecureConnectionLevel
MOFDef

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 TLS is either configured or not. A value of greater than or equal to 1 indicates that TLS is turned on. A value of 0 indicates that TLS 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]

Related content

MSReportServer_ConfigurationSetting members