Condividi tramite


Metodo Column.UnbindDefault

Unbinds the currently bound default from the column.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub UnbindDefault
'Utilizzo
Dim instance As Column

instance.UnbindDefault()
public void UnbindDefault()
public:
void UnbindDefault()
member UnbindDefault : unit -> unit
public function UnbindDefault()

Osservazioni

[!NOTA]

Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.

Esempi

Utilizzo degli oggetti di database

Vedere anche

Riferimento

Column Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

sp_unbindefault (Transact-SQL)