次の方法で共有


ExtensionParameter.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

プロパティ値

拡張パラメーター値をレポート サーバー データベースで暗号化する場合は true、暗号化しない場合は false です。

適用対象