Share via


IUserDefinedDataType.Nullable Property

Gets a value that indicates whether the type is nullable.

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

Syntax

'Declaration
ReadOnly Property Nullable As Boolean
    Get
'Usage
Dim instance As IUserDefinedDataType
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the type is nullable; otherwise, false.