Encrypted プロパティ
拡張パラメーター値が暗号化されているかどうかを示す値を取得します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.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 になります。