Partager via


Méthode Column.UnbindRule

Unbinds the currently bound rule from the column.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub UnbindRule
'Utilisation
Dim instance As Column

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

Notes

[!REMARQUE]

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

Exemples

Utilisation des objets de base de données

Voir aussi

Référence

Column Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

sp_unbindrule (Transact-SQL)