次の方法で共有


IsNullable プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property IsNullable As Nullable(Of Boolean)
    Get
    Set
'使用
Dim instance As QueryParameter
Dim value As Nullable(Of Boolean)

value = instance.IsNullable

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

プロパティ値

型: System. . :: . .Nullable< (Of < ( <'Boolean> ) > ) >
Nullable<(Of <(<'T>)>)> オブジェクトです。