Metodo 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.
Vedere anche