Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.46 KB

File metadata and controls

47 lines (38 loc) · 1.46 KB
title SecureConnectionLevel Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services-native
ms.topic conceptual
api_name
SecureConnectionLevel
api_location
reportingservices.mof
topic_type
apiref
helpviewer_keywords
SecureConnectionLevel property
ms.assetid fd5549e7-b874-41e2-866e-2f58caf6f733
author maggiesMSFT
ms.author maggies
manager kfile

SecureConnectionLevel Property (WMI MSReportServer_ConfigurationSetting)

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

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Members