Partilhar via


Propriedade do RDL Nullable

A value that specifies whether an object is nullable.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property Nullable As Boolean
    Get
    Set
'Uso
Dim instance As IMutableScalar
Dim value As Boolean

value = instance.Nullable

instance.Nullable = value
bool Nullable { get; set; }
property bool Nullable {
    bool get ();
    void set (bool value);
}
abstract Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether an object is nullable.

Implementa

IScalar. . :: . .Nullable