Compartir a través de


UnbindRule Método

Unbinds the currently bound rule from the column.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub UnbindRule
'Uso
Dim instance As Column

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

Notas

[!NOTA]

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