Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.42 KB

File metadata and controls

37 lines (29 loc) · 1.42 KB
title IsSharePointIntegrated property (WMI)
description ConfigurationSetting property - IsSharePointIntegrated
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
IsSharePointIntegrated property

ConfigurationSetting property - IsSharePointIntegrated

Specifies whether the report server is in SharePoint integrated mode. Beginning in [!INCLUDEssSQL11], this property always returns False because in SharePoint mode, [!INCLUDEssRSnoversion] 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: [!INCLUDEssRSWMInmspcA]

Related content