SetExtendedProtectionSettings 方法 (WMI MSReportServer_ConfigurationSetting)
使用 SetExtendedProtectionSettings 方法可在 Reporting Services 設定檔 RSReportServer.config 中設定 RSWindowsExtendedProtectionLevel 和 RSWindowsExtendedProtectionScenario 屬性。
語法
Public Sub SetExtendedProtectionSettings( _
ByVal ExtendedProtectionLevel As String, _
ByVal ExtendedProtectionScenario As String, _
ByRef Warnings() As String, _
ByRef Length As Int32, _
ByRef HRESULT As Int32)
public void SetExtendedProtectionSettings(
string ExtendedProtectionLevel,
string ExtendedProtectionScenario,
out string[] Warnings,
out Int32 Length,
out Int32 HRESULT);
參數
ExtendedProtectionLevel
在 RSRreportserver.config 檔案中設定 RSWindowsExtendedProtectionLevel。 所需的值不區分大小寫。
下列清單顯示有效值:
"Off | Allow | Require"
ExtendedProtectionScenario
在 RSReportserver.config 檔案中設定 RSWindowsExtendedProtectionScenario。 所需的值不區分大小寫。
下列清單顯示有效值:
"Any" | "Proxy" | "Direct"
備註
當 RSReportServer.config 檔案中的 AuthenticationTypes 包括 RSWindowNTLM、RSWindowsNegotiate 或 RSWindowsKerberos 時,便會套用 RSWindowsExtendedProtectionLevel 和 the RSWindowsExtendedProtectionScenario 屬性。 設定這些屬性會影響使用者和用戶端軟體向報表伺服器驗證的方式。 建議您先閱讀擴充保護的檔,再將 ExtendedProtectionLevel 設定為 Allow
或 Require
。
若要設定 ExtendedProtectionLevel,使用者必須是報表伺服器上 BUILTIN\Administrators 群組的成員。
需求
命名空間:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v12\Admin
另請參閱
RSWindowsExtendedProtectionScenario 屬性 (WMI MSReportServer_ConfigurationSetting)
RSWindowsExtendedProtectionLevel 屬性 (WMI MSReportServer_ConfigurationSetting)
Reporting Services 的驗證擴充保護
RSReportServer 組態檔