Método AddDefaultConstraint (String)
Adiciona uma restrição padrão à coluna.
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
Um objeto String que especifica a restrição padrão a ser adicionada à coluna.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DefaultConstraint
Um objeto DefaultConstraint que especifica a restrição padrão adicionada à coluna.
Consulte também