ListReservedURLs 메서드(WMI MSReportServer_ConfigurationSetting)
보고서 서버의 모든 응용 프로그램용으로 예약된 URL을 나열합니다.
구문
Public Sub ListReservedUrls(ByRef Application() as String, ByRef UrlString() as String, _
ByRef Account() as String, ByRef AccountSID() as String, _
ByRef length() as Int32, ByRef HRESULT as Int32)
public void ListReservedUrls(out string[] Application, out string[] UrlString,
out string[] Account, out string[] AccountSID,
out int[] Length, out int[] HRESULT);
매개 변수
Application[]
[out] URL 예약이 있는 응용 프로그램입니다.UrlString[]
[out] 예약된 URL입니다.Account[]
[out] URL 예약에 대한 계정에 연결된 계정 이름입니다.AccountSID[]
[out] URL 예약에 대한 계정에 연결된 계정 SID입니다.Length
[out] 메서드에서 반환된 배열의 길이입니다.HRESULT
[out] 호출의 성공 여부를 나타내는 값입니다.
반환 값
메서드 호출의 성공 또는 실패를 나타내는 HRESULT를 반환합니다. 0 값은 메서드 호출이 성공했음을 나타내고 오류 코드는 호출이 실패했음을 나타냅니다.
요구 사항
네임스페이스: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
플랫폼: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional SP2(서비스 팩 2) 또는 SP1(서비스 팩 1) 또는 Windows 2000(모든 버전)