xSQL Schema Compare SDK for SQL Server version 12
SqlDefaultConstraint Constructor


A unique id for the default constraint.
The default constraint name.
The column to which the default constraint belongs.
Initializes a new instance of the SqlDefaultConstraint class with the specified id, name and column.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal name As System.String, _
   ByVal parent As SqlColumn _
)
public SqlDefaultConstraint( 
   System.int id,
   System.string name,
   SqlColumn parent
)
public: SqlDefaultConstraint( 
   System.int id,
   System.string* name,
   SqlColumn* parent
)

Parameters

id
A unique id for the default constraint.
name
The default constraint name.
parent
The column to which the default constraint belongs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlDefaultConstraint Class
SqlDefaultConstraint Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback