Condividi tramite


Metodo Column.UnbindRule

Unbinds the currently bound rule from the column.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub UnbindRule
'Utilizzo
Dim instance As Column

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

Osservazioni

[!NOTA]

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

Esempi

Utilizzo degli oggetti di database

Vedere anche

Riferimento

Column Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

sp_unbindrule (Transact-SQL)