次の方法で共有


Setting.Encrypted プロパティ

レポート サーバー データベースで拡張機能の設定値を暗号化する必要があるかどうかを示します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Public Property Encrypted As Boolean 
    Get 
    Set
'使用
Dim instance As Setting 
Dim value As Boolean 

value = instance.Encrypted

instance.Encrypted = value
public bool Encrypted { get; set; }
public:
property bool Encrypted {
    bool get ();
    void set (bool value);
}
member Encrypted : bool with get, set
function get Encrypted () : boolean 
function set Encrypted (value : boolean)

プロパティ値

型: System.Boolean
レポート サーバー データベースで設定の値を暗号化する必要があるかどうかを示す Boolean 値です。

説明

設定が暗号化対象としてマークされている場合、レポート サーバーはデータをレポート サーバー データベースに格納する前に暗号化します。

設定の値に、パスワードなどの機密データが含まれている可能性がある場合は、Encrypted プロパティを true に設定します。

関連項目

参照

Setting クラス

Microsoft.ReportingServices.Interfaces 名前空間