Compartilhar via


Método UnbindRule

Unbinds the currently bound rule from the column.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub UnbindRule
'Uso
Dim instance As Column

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

Comentários

ObservaçãoObservação

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