Condividi tramite


Proprietà Nullable

Gets or sets a value that indicates whether the type is nullable.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Property Nullable As Boolean
    Get
    Set
'Utilizzo
Dim instance As IMutableUserDefinedDataType
Dim value As Boolean

value = instance.Nullable

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

Valore proprietà

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

Implementa

IUserDefinedDataType. . :: . .Nullable