Share via


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”

説明

RSWindowsExtendedProtectionLevel プロパティと RSWindowsExtendedProtectionScenario プロパティは、RSReportServer.config ファイルの AuthenticationTypes に RSWindowNTLM、RSWindowsNegotiate、または RSWindowsKerberos が含まれている場合に適用されます。これらのプロパティの設定は、レポート サーバーでのユーザーとクライアント ソフトウェアの認証方法に影響します。ExtendedProtectionLevel を Allow または Require に設定する前に、拡張保護に関するドキュメントを読むことをお勧めします。

ExtendedProtectionLevel を設定するには、ユーザーはレポート サーバーの BUILTIN\Administrators グループのメンバーである必要があります。

要件

名前空間: 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 (すべてのバージョン)