UnbindDefault méthode
Unbinds the currently bound default from the column.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub UnbindDefault
'Utilisation
Dim instance As Column
instance.UnbindDefault()
public void UnbindDefault()
public:
void UnbindDefault()
member UnbindDefault : unit -> unit
public function UnbindDefault()
Notes
[!REMARQUE]
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.
Voir aussi