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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.