Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.4 KB

File metadata and controls

35 lines (28 loc) · 1.4 KB
title IsSharePointIntegrated property (WMI MSReportServer_Instance)
description IsSharePointIntegrated property (WMI MSReportServer_Instance)
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

MSReportServer_Instance properties - 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 aren't controlled by WMI providers.

Syntax

Public Dim IsSharePointIntegrated As Boolean  
public Boolean IsSharePointIntegrated;  

Property values

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

Requirements

Namespace: [!INCLUDEssRSWMInmspc]

Related content