Condividi tramite


Proprietà IsNullable

Gets 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
ReadOnly Property IsNullable As Boolean
    Get
'Utilizzo
Dim instance As IClrDataType
Dim value As Boolean

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

Valore proprietà

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