Свойство QueryParameter.IsNullable
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets whether parameter is nullable.
Пространство имен: 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>
A Nullable<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel