Share via


IsSharePointIntegrated Property (WMI)

Specifies whether the report server is in SharePoint integrated mode. Beginning in SQL Server 2012, this property always returns 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>\v11\Admin

Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)

See Also

Reference

MSReportServer_ConfigurationSetting Members