Método Column.AddDefaultConstraint
Adds a default constraint to the column.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function AddDefaultConstraint As DefaultConstraint
'Uso
Dim instance As Column
Dim returnValue As DefaultConstraint
returnValue = instance.AddDefaultConstraint()
public DefaultConstraint AddDefaultConstraint()
public:
DefaultConstraint^ AddDefaultConstraint()
member AddDefaultConstraint : unit -> DefaultConstraint
public function AddDefaultConstraint() : DefaultConstraint
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.DefaultConstraint
A DefaultConstraint object that specifies the default constraint bound to the column.
Exemplos
Trabalhando com objetos de banco de dados
Consulte também
Referência
Sobrecarregado AddDefaultConstraint
Namespace Microsoft.SqlServer.Management.Smo