Compartilhar via


Método Column.AddDefaultConstraint (String)

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 ( _
    name As String _
) As DefaultConstraint
'Uso
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

Parâmetros

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

Valor de retorno

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

Exemplos

Trabalhando com objetos de banco de dados

Consulte também

Referência

Column Classe

Sobrecarregado AddDefaultConstraint

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

ALTER TABLE (Transact-SQL)

CREATE TABLE (Transact-SQL)