DeclareVariableElement.Nullable Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the nullable constraint. Optional can be null.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public NullableConstraintDefinition Nullable { get; set; }
public:
property NullableConstraintDefinition^ Nullable {
    NullableConstraintDefinition^ get();
    void set(NullableConstraintDefinition^ value);
}
member Nullable : NullableConstraintDefinition with get, set
Public Property Nullable As NullableConstraintDefinition

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.NullableConstraintDefinition

The nullable constraint.

See Also

DeclareVariableElement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top