Sdílet prostřednictvím


CreateTypeUddtStatement.NullableConstraint – vlastnost

Získá nebo nastaví omezení s možnou hodnotou Null.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property NullableConstraint As NullableConstraint
    Get
    Set
public NullableConstraint NullableConstraint { get; set; }
public:
property NullableConstraint^ NullableConstraint {
    NullableConstraint^ get ();
    void set (NullableConstraint^ value);
}
member NullableConstraint : NullableConstraint with get, set
function get NullableConstraint () : NullableConstraint
function set NullableConstraint (value : NullableConstraint)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.NullableConstraint
Vrátí NullableConstraint.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateTypeUddtStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů