Compartir a través de


CreateTypeUddtStatement.NullableConstraint (Propiedad)

Obtiene o establece la restricción que acepta valores NULL.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.NullableConstraint
Devuelve un objeto NullableConstraint.

Seguridad de .NET Framework

Vea también

Referencia

CreateTypeUddtStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)