ConfigurationSetting 属性 - SecureConnectionLevel

返回 RSReportServer.config 文件中指定的安全连接级别。 只读。

语法

Public Dim SecureConnectionLevel As Integer  
public Integer SecureConnectionLevel;  

属性值

表示安全连接级别的 Integer 值。 返回值指明是否配置了 TLS。 值大于或等于 1 表示启用了 TLS。 值为 0 表示禁用了 TLS。

示例代码

MSReportServer_ConfigurationSetting 类

备注

在 SQL Server 2008 R2 中,SecureConnectionLevel 是一个开关。 有关详细信息,请参阅 ConfigurationSetting 方法 - SetSecureConnectionLevel

要求

命名空间:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin

MSReportServer_ConfigurationSetting 成员