Share via


SRSProxy.queryWMIForSharePointIntegratedMode Method [AX 2012]

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.

See Also

Reference

SRSProxy Class