Partager via


Propriété Nullable

Gets a value that indicates whether the type is nullable.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property Nullable As Boolean
    Get
'Utilisation
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

Valeur de propriété

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