ReportServerUrl Property (WMI MSReportServer_Instance)
Returns the URL of a report server instance. Read-only.
Syntax
Public Dim ReportServerUrl As String
public string ReportServerUrl;
备注
The value returned is the complete URL in the form:
http://<servername>:<port>/directory
Property Values
A String object that represents the URL.
Requirements
Namespace:root\Microsoft\SqlServer\ReportServer\v9
Platform: Windows Server 2003, Datacenter Edition;Windows Server 2003, Enterprise Edition;Windows Server 2003, Standard Edition;Windows Vista;Windows XP Professional Service Pack 2 (SP2) 或 Service Pack 1 (SP1);或者 Windows 2000(所有版本)
请参阅
参考
MSReportServer_Instance Methods