Column.AddDefaultConstraint Method (String)

Adds a default constraint to the column.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function AddDefaultConstraint ( _
    name As String _
) As DefaultConstraint
'Usage
Dim instance As Column 
Dim name As String 
Dim returnValue As DefaultConstraint 

returnValue = instance.AddDefaultConstraint(name)
public DefaultConstraint AddDefaultConstraint(
    string name
)
public:
DefaultConstraint^ AddDefaultConstraint(
    String^ name
)
member AddDefaultConstraint : 
        name:string -> DefaultConstraint
public function AddDefaultConstraint(
    name : String
) : DefaultConstraint

Parameters

  • name
    Type: System.String
    A String value that specifies the default constraint to add to the column.

Return Value

Type: Microsoft.SqlServer.Management.Smo.DefaultConstraint
A DefaultConstraint object that specifies the default constraint added to the column.

Examples

Working with Database Objects

See Also

Reference

Column Class

AddDefaultConstraint Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

ALTER TABLE (Transact-SQL)

CREATE TABLE (Transact-SQL)