Encrypted プロパティ

レポート サーバー データベースで拡張パラメーター値を暗号化するかどうかを示す値を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property Encrypted As Boolean
    Get
    Set
'使用
Dim instance As ExtensionParameter
Dim value As Boolean

value = instance.Encrypted

instance.Encrypted = value
public bool Encrypted { get; set; }
public:
property bool Encrypted {
    bool get ();
    void set (bool value);
}
member Encrypted : bool with get, set
function get Encrypted () : boolean
function set Encrypted (value : boolean)

プロパティ値

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