Właściwość QueryParameter.IsNullable
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property IsNullable As Nullable(Of Boolean)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Nullable<Boolean>
A Nullable<T> obiektu.
Zobacz także