MultiValue プロパティ
パラメータが複数の値を扱うかどうかを示します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property MultiValue As Boolean
Get
Set
'使用
Dim instance As ReportParameter
Dim value As Boolean
value = instance.MultiValue
instance.MultiValue = value
public bool MultiValue { get; set; }
public:
property bool MultiValue {
bool get ();
void set (bool value);
}
member MultiValue : bool with get, set
function get MultiValue () : boolean
function set MultiValue (value : boolean)
プロパティ値
型: System. . :: . .Boolean
Boolean 値です。値が true の場合は、複数の値を扱うパラメータであることを示します。