Setting.Encrypted 屬性

定義

指示副檔名設定值是否應在報告伺服器資料庫中加密。

public:
 property bool Encrypted { bool get(); void set(bool value); };
public bool Encrypted { get; set; }
member this.Encrypted : bool with get, set
Public Property Encrypted As Boolean

屬性值

一個 Boolean 表示該設定值是否應該在報告伺服器資料庫中加密的值。

備註

如果設定被標記為加密,報告伺服器會在將資料儲存到報告伺服器資料庫前加密。

設定 Encrypted 屬性為 true 設定值可能包含敏感資料(如密碼)時。

適用於