ColumnDefinition.DefaultConstraint Property

Gets or sets the default value, if not NULL.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property DefaultConstraint As DefaultConstraint
public DefaultConstraint DefaultConstraint { get; set; }
public:
property DefaultConstraint^ DefaultConstraint {
    DefaultConstraint^ get ();
    void set (DefaultConstraint^ value);
}
member DefaultConstraint : DefaultConstraint with get, set
function get DefaultConstraint () : DefaultConstraint
function set DefaultConstraint (value : DefaultConstraint)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.DefaultConstraint

Remarks

There can be at most one.

.NET Framework Security

See Also

Reference

ColumnDefinition Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace