IsSharePointIntegrated 屬性 (WMI MSReportServer_Instance)
指定報表伺服器是否處於 SharePoint 整合模式。 從 SQL Server 2012 開始,此屬性一律會傳 False
回,因為在 SharePoint 模式中,Reporting Services 實例是 SharePoint 共用服務,而且不受 WMI 提供者控制。
語法
Public Dim IsSharePointIntegrated As Boolean
public Boolean IsSharePointIntegrated;
屬性值
Boolean
值,指出報表伺服器是否處於 SharePoint 整合模式。
需求
命名空間:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v11
另請參閱
MSReportServer_Instance 成員
MSReportServer_ConfigurationSetting 類別