Właściwość IMutableClrDataType.IsNullable
Pobiera lub ustawia wartość wskazującą, czy typ danych akceptuje wartości null.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
Property IsNullable As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli typ danych akceptuje wartości null; w przeciwnym razie false.