Delen via


ResultColumnDefinition.Nullable Property

Gets or sets the nullable constraint for the column.

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

Syntax

'Declaration
Public Property Nullable As NullableConstraintDefinition 
    Get 
    Set
'Usage
Dim instance As ResultColumnDefinition 
Dim value As NullableConstraintDefinition 

value = instance.Nullable

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.NullableConstraintDefinition
The nullable constraint for the column.

See Also

Reference

ResultColumnDefinition Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace