Setting.Encrypted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指示副檔名設定值是否應在報告伺服器資料庫中加密。
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 設定值可能包含敏感資料(如密碼)時。