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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.