Partager via


Propriété IsNullable

Gets or sets 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
Property IsNullable As Boolean
    Get
    Set
'Utilisation
Dim instance As IMutableClrDataType
Dim value As Boolean

value = instance.IsNullable

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

Valeur de propriété

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

Implémente

IClrDataType. . :: . .IsNullable