Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ColumnDefinition
Dim value As DefaultConstraint
value = instance.DefaultConstraint
instance.DefaultConstraint = value
public DefaultConstraint DefaultConstraint { get; set; }
public:
property DefaultConstraint^ DefaultConstraint {
DefaultConstraint^ get ();
void set (DefaultConstraint^ value);
}
public function get DefaultConstraint () : DefaultConstraint
public 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.