Partager via


Propriété IsNullable

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

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

Syntaxe

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

Valeur de propriété

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