Condividi tramite


Proprietà IsNullable

Gets or sets a value that indicates whether the data type accepts null values.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Property IsNullable As Boolean
    Get
    Set
'Utilizzo
Dim instance As IMutableClrDataType
Dim value As Boolean

value = instance.IsNullable

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

Valore proprietà

Tipo: System. . :: . .Boolean
true if the data type accepts null values; otherwise, false.

Implementa

IClrDataType. . :: . .IsNullable