| 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 |
|
|
| apilocation |
|
|
| apitype | MOFDef | |
| helpviewer_keywords |
|
|
| ms.assetid | fd5549e7-b874-41e2-866e-2f58caf6f733 | |
| author | maggiesMSFT | |
| ms.author | maggies |
Returns the secure connection level specified in the RSReportServer.config file. Read-only.
Public Dim SecureConnectionLevel As Integer public Integer SecureConnectionLevel; 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.
MSReportServer_ConfigurationSetting Class
In SQL Server 2008 R2, SecureConnectionLevel is made an on/off switch. For more information, see ConfigurationSetting Method - SetSecureConnectionLevel.
Namespace: [!INCLUDEssRSWMInmspcA]