Méthode UnbindRule
Annule la liaison de la règle actuellement liée à la colonne.
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
Notes
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.
Voir aussi