MSReportServer_Instance 方法 - GetReportServerUrls
返回用户可用于访问报表服务器和 Web 门户的 URL 列表。
语法
Public Sub GetReportServerUrls (ByRef ApplicationName() As String, ByRef URLs()_
As String, ByRef Length As Int32, ByRef HRESULT As Int32)
public void GetReportServerUrls(out string[] applicationName,
out string[] URLs, out int length, out int HRESULT);
参数
ApplicationName[]
一个包含安装的应用程序的数组。 值为 ReportServerWebService 或 ReportServerWebApp。
URLs[]
一个包含已成功注册的 URL 的数组。
时长
一个包含返回数组的长度的整数值。
HRESULT
一个指示成功或错误代码的值。
返回值
注解
可通过 InvokeMethod 函数调用由 WMI 管理对象公开的方法。 有关详细信息,请参阅 Microsoft .NET Framework WMI 文档中的对管理对象执行方法。
要求
命名空间:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13