UnbindRule méthode
Unbinds the currently bound rule from the column.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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.
Voir aussi