ListReportServersInDatabase Method (WMI MSReportServer_ConfigurationSetting)
SQL Server 2008 R2
Returns the list of report server installations that are present in the report server database, regardless of whether they have access to secure information.
Public Sub ListReportServersInDatabase(ByRef MachineNames() As String, _ ByRef InstanceNames() As String, ByRef InstallationIDs() As String, _ ByRef IsInitialized() As Boolean, ByRef Length As Int32, _ ByRef HRESULT As Int32, ByRef ExtendedErrors() As String)
public void ListReportServersInDatabase (out string[] MachineNames, out string[] InstanceNames, out string[] InstallationIDs, out Boolean[] IsInitialized,out Int32 Length, out Int32 HRESULT, out string[] ExtendedErrors);
Namespace: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)
