ExtensionParameter.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
屬性值
如果延伸模組參數值在報表伺服器資料庫中加密,則為 true,否則為 false。