ConfigurationSetting property - IsSharePointIntegrated

Specifies whether the report server is in SharePoint integrated mode. Beginning in SQL Server 2012 (11.x), this property always returns False because in SharePoint mode, Reporting Services instances are SharePoint shared services and are not controlled by WMI providers.

Syntax

Public Dim IsSharePointIntegrated As Boolean  
public Boolean IsSharePointIntegrated;  

Property values

A Boolean object that indicates whether the report server is in SharePoint integrated mode.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin

MSReportServer_ConfigurationSetting members