RSWindowsExtendedProtectionLevel 属性
返回一个字符串值,该值指示配置报表服务器所支持的保护级别。 此属性为只读。
语法
Public Dim RSWindowsExtendedProtectionLevel As String
public string RSWindowsExtendedProtectionLevel;
备注
返回一个字符串值,该值指示配置报表服务器所支持的保护级别。 如果 WMI 提供程序连接到的 Report Server 不支持扩展保护,则返回“”(空字符串)。 下表显示有效值:
"Off" | "Allow" | "Require"
示例代码
MSReportServer_ConfigurationSetting 类