言語

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

適用対象