次の方法で共有


QueryParameter.IsNullable プロパティ

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

パラメーターが NULL 許容であるかどうかを取得または設定します。

名前空間:  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<Boolean>
Nullable<T> オブジェクト。

関連項目

参照

QueryParameter クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間