Compartir a través de


QueryParameter.IsNullable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets whether parameter is nullable.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property IsNullable As Nullable(Of Boolean)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Nullable<Boolean>
A Nullable<T> object.

Vea también

Referencia

QueryParameter Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel