Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether a specified SSRS server is running in the SharePoint integrated mode.
Syntax
public boolean queryWMIForSharePointIntegratedMode(str serverName, str _serverUrl)
Run On
Called
Parameters
- serverName
Type: str
The name of the server.
- _serverUrl
Type: str
The URL of the SSRS Web service.
Return Value
Type: boolean
true if the SSRS server is configured to run in the SharePoint integrated mode; otherwise, false.
Remarks
This method incurs a costly call to the WMI that requires permissions that we do not always have.