Свойство NullableConstraintDefinition.Nullable

Gets or sets a value that indicates whether the column can be NULL.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Nullable As Boolean 
    Get 
    Set
'Применение
Dim instance As NullableConstraintDefinition 
Dim value As Boolean 

value = instance.Nullable

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

Значение свойства

Тип: System.Boolean
true if the column can be NULL; otherwise, false.

См. также

Справочник

NullableConstraintDefinition Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom