SetServiceState 方法 (WMI MSReportServer_ConfigurationSetting)
開啟和關閉報表伺服器 Windows 與 Web 服務。
語法
Public Sub SetServiceState(ByVal EnableWindowsService As Boolean, _
ByVal EnableWebService As Boolean, ByVal EnableReportManager As Boolean, _
ByRef HRESULT As Int32)
public void SetSecureConnectionLevel(Boolean EnableWindowsService,
Boolean EnableWebService, Boolean EnableReportManager, out Int32 HRESULT);
參數
EnableWindowsService
表示 Windows 服務狀態的 Boolean 值。值為 true 會啟動報表伺服器 Windows 服務。值為 false 會停止 Windows 服務。EnableWebService
表示 Reporting Services Web 服務狀態的 Boolean 值。值為 true 會啟動報表伺服器 Web 服務。值為 false 會停止 Web 服務。EnableReportManager
表示報表管理員所需狀態的 Boolean 值。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 Service Pack 2 (SP2) 或 Service Pack 1 (SP1);或 Windows 2000 (所有版本)