Freigeben über


IsNullable-Eigenschaft

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

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

Syntax

'Declaration
ReadOnly Property IsNullable As Boolean
    Get
'Usage
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

Eigenschaftswert

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